{% extends "page.html" %} {% block stylesheet %} {% endblock %} {% block site %}
Hugging Face Logo

Welcome to JupyterLab Spaces

{% if login_available %} {# login_available means password-login is allowed. Show the form. #}
{% else %}

{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}

{% endif %}
The default jupyter token for new JupyterLab Spaces is huggingface
If you don't have the credentials for this specific JupyterLab Space instance, create your own instance by duplicating the template.

This template was created by camenduru and nateraw, with contributions of osanseviero and azzr

{% if message %}
{% for key in message %}
{{message[key]}}
{% endfor %}
{% endif %} {% if token_available %} {% block token_message %} {% endblock token_message %} {% endif %}
{% endblock %} {% block script %} {% endblock %}