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

HuggingClaw Terminal

Welcome to JupyterLab

Enter the JUPYTER_TOKEN you set in your Space secrets to access the terminal.

This terminal is mounted at /terminal/ inside the same Hugging Face Space as the OpenClaw UI.

{% if login_available %}
{% else %}

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

{% endif %}
Back to HuggingClaw dashboard

This login page is based on the Hugging Face JupyterLab Space template.

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