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("23725d44-58b9-41a4-b6a2-478073ce6c38") # 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(306)
uhepp pull 23725d44-58b9-41a4-b6a2-478073ce6c38
uhepp show 23725d44-58b9-41a4-b6a2-478073ce6c38
uhepp push 306 local_file.json