Make sure you've set up an API access token.
import uhepp plots = uhepp.pull_collection(1)
import uhepp # Create a histogram or retrieve one from a location file hist = uhepp.from_json("local_file.json") hist.push(1)
uhepp cpull 1 DESTINATION
uhepp push 1 local_file.json
This is the collection from the "Getting started" guide