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("b298e55b-d226-4949-95f1-b124a5d22dda") # 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 b298e55b-d226-4949-95f1-b124a5d22dda
uhepp show b298e55b-d226-4949-95f1-b124a5d22dda
uhepp push 317 local_file.json