{% if dataset %}
Dataset: {{ dataset.name }}
CatalogTag: {{ catalog_tag.name }}
ID: {{ dataset.id }}
N: {{ dataset.id }}
{% if dataset.path %}
Path: {{ dataset.path }}
{% elif dataset.data %}
Data: {{ dataset.data }}
{% else %}
No Data
{% endif %}
{% else %}
No Dataset selected. Use the buttons the left to select, load or create one.
{% endif %}
A Dataset is a specific set of objects.
It can either be stored as a file (Load) or created on the fly (create).