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("cc50c4d1-7edd-41f0-b8e1-2f27b16b8577") # 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 cc50c4d1-7edd-41f0-b8e1-2f27b16b8577
uhepp show cc50c4d1-7edd-41f0-b8e1-2f27b16b8577
uhepp push 317 local_file.json