{% extends 'uhepp_vault/base.html' %} {% load pygmentify_tags %} {% load humanize %} {% block title %}{{ plot.title }} - uhepp hub{% endblock %} {% block content %} Home {{ plot.collection.owner }} {{ plot.collection.title }} {{ plot }}
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("{{ plot.uuid }}") # 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({{ plot.collection.pk }})
uhepp pull {{ plot.uuid}}
uhepp show {{ plot.uuid}}
uhepp push {{ plot.collection.pk }} local_file.json