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("a0a8a54f-889d-47d6-b03e-6152a6a1559f") # 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(305)
uhepp pull a0a8a54f-889d-47d6-b03e-6152a6a1559f
uhepp show a0a8a54f-889d-47d6-b03e-6152a6a1559f
uhepp push 305 local_file.json