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("c45eb487-dbcb-4a22-8065-37aa835b26ed") # 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 c45eb487-dbcb-4a22-8065-37aa835b26ed
uhepp show c45eb487-dbcb-4a22-8065-37aa835b26ed
uhepp push 248 local_file.json