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("e92bf07a-3164-4646-a7a7-3b29a8c8a4d5") # 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 e92bf07a-3164-4646-a7a7-3b29a8c8a4d5
uhepp show e92bf07a-3164-4646-a7a7-3b29a8c8a4d5
uhepp push 248 local_file.json