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("e3a6d63f-ec73-4e6c-ab96-d8db8f9e8b22") # 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(305)
uhepp pull e3a6d63f-ec73-4e6c-ab96-d8db8f9e8b22
uhepp show e3a6d63f-ec73-4e6c-ab96-d8db8f9e8b22
uhepp push 305 local_file.json