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("e2d4f157-4818-4f9f-a804-1d31f64cf5c7") # 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(248)
uhepp pull e2d4f157-4818-4f9f-a804-1d31f64cf5c7
uhepp show e2d4f157-4818-4f9f-a804-1d31f64cf5c7
uhepp push 248 local_file.json