{% extends 'uhepp_vault/base.html' %} {% load pygmentify_tags %} {% block content %} Home {{ collection.owner }} {{ collection.title }}
edit delete
Make sure you've set up an API access token.
import uhepp plots = uhepp.pull_collection({{ collection.pk }})
import uhepp # Create a histogram or retrieve one from a location file hist = uhepp.from_json("local_file.json") hist.push({{ collection.pk }})
uhepp cpull {{ colleciton.pk }} DESTINATION
uhepp push {{ collection.pk }} local_file.json
{{ collection.description }}
This collection is empty