{% extends "page.html" %} {% block main %} {% if systems|length == 0 %}

Sorry, nothing to see here...

If you believe this is a mistake, please contact the system administrator.


Error: The systems list has not been set in entrypoint_config.py.
{% else %}

JupyterHub Entrypoint Service

Launch Jupyter notebooks in custom environments
{% if systems|length > 1 %}
{% for sys in systems %} {% if sys == system %} {% endfor %}
{% endif %}
{% if system['hostname'] != '' %}
Selected custom entrypoint for {{system['displayname']}} ({{user['name']}}@{{system['hostname']}}):
{% else %}
Selected custom entrypoint for {{system['displayname']}}:
{% endif %}
None
{% for entrypoint_type in entrypoint_types %} {% set show_add_box = entrypoint_type['mutable'] %} {% set entrypoint = entrypoint_type['displayname'] %} {% set entrypoint_type = entrypoint_type['name'] %}

Manage {{entrypoint}} Entrypoints

{% if show_add_box %} {% endif %} {% if show_add_box %} {% endif %} {% set vars = "list_{{entrypoint_type}}"%} {% for elem in vars %} {% endfor %}
Instructions on adding a new {{entrypoint}} environment
{% endfor %}
{% endif %} {% endblock %} {% block script %} {% if systems|length > 1 %} {{ super() }} {% set hostname = system['hostname'] %} {% set system=system['name'] %} {% for entrypoint_type in entrypoint_types %} {% set entrypoint_type = entrypoint_type['name'] %} {% endfor %} {% for system in systems %} {% endfor %} {% endif %} {% endblock %}