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("cbd53484-ad99-4d40-be72-95202b59d96d") # 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(248)
uhepp pull cbd53484-ad99-4d40-be72-95202b59d96d
uhepp show cbd53484-ad99-4d40-be72-95202b59d96d
uhepp push 248 local_file.json