Download the uhepp data directly as a JSON file.
Download JSON
Copy the download URL
Make sure you've set up an API access token.
import uhepp plot = uhepp.pull("fef1d3f3-fad3-4582-b8d7-81def1b3b23d") # Modify, save, render or show plot locally plot.show()
import uhepp # Create a histogram or retrieve one from a location file hist = uhepp.from_json("local_file.json") hist.push(317)
uhepp pull fef1d3f3-fad3-4582-b8d7-81def1b3b23d
uhepp show fef1d3f3-fad3-4582-b8d7-81def1b3b23d
uhepp push 317 local_file.json