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

Welcome to the scCAFM JupyterLab workspace

Use the configured Jupyter token. The fallback 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 %}

JupyterLab Space template 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 %}