{% extends "page.html" %} {% block main %}
Dashboard name:
{{ errors.name | escape }}
Description:
{{ dashboard_description | escape }}
{{ errors.description | escape }}
{{ errors.user_permissions | escape }}
No Source Server
{{ spawner.name | escape }} {% if spawner.active %} (ACTIVE) {% endif %}
{{ errors.spawner | escape }}
Git Repo URL
{{ errors.git_repo | escape }}
Framework: {% for pt in presentation_types %} {{pt}} {% endfor %}
{{ errors.presentation_type | escape }}
Conda Env: {% if allow_custom_conda_env %} {% endif %} {% if all_conda_envs %} <{% if allow_custom_conda_env %}datalist{% else %}select name="conda_env"{% endif %} id="conda_env_list"> None / Default {% for ce in all_conda_envs %} {{ce}} {% endfor %} {% if allow_custom_conda_env %}datalist{% else %}select{% endif %}> {% endif %}
{{ errors.conda_env | escape }}
Relative Path to a file or folder:
Relative to your Jupyter tree or Git root
{{ errors.start_path | escape }}
{{ errors.all | escape }}