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("f30cf5d9-7ca0-4e86-9665-c19c5a960fac") # 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(221)
uhepp pull f30cf5d9-7ca0-4e86-9665-c19c5a960fac
uhepp show f30cf5d9-7ca0-4e86-9665-c19c5a960fac
uhepp push 221 local_file.json