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("2fcc2a11-44f5-4a4a-b92a-e8f839ec21ea") # 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 2fcc2a11-44f5-4a4a-b92a-e8f839ec21ea
uhepp show 2fcc2a11-44f5-4a4a-b92a-e8f839ec21ea
uhepp push 317 local_file.json