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

Welcome to JupyterLab

The default token is huggingface
{% 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 %}
If you don't have the credentials for this Jupyter space, create your own.

This is an updated version of the JuptyerLab Spaces template tuned for timm usage. Modified by Ross Wightman


The original template was created by camenduru and nateraw, with contributions from 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 %}