{% extends 'uhepp_vault/base.html' %} {% load pygmentify_tags %} {% block content %}
UUID: {{ plot.uuid }}
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(){% endpygmentify %}
import uhepp # Create a histogram or retrieve one from a location file hist = uhepp.from_json("local_file.json") hist.push({{ plot.collection.pk }}){% endpygmentify %} {% endblock %} {% block loadscript %} {% endblock %}