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("f084bc9e-1c58-4979-be30-c7d540d230df") # 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(247)
uhepp pull f084bc9e-1c58-4979-be30-c7d540d230df
uhepp show f084bc9e-1c58-4979-be30-c7d540d230df
uhepp push 247 local_file.json