Files
MLPproject/.venv/lib/python3.12/site-packages/jupyter_server/templates/main.html
2025-10-23 15:44:32 +02:00

8 lines
147 B
HTML

{% extends "page.html" %}
{% block site %}
<div id=jupyter-main-app>
<h1>A Jupyter Server is running.</h1>
</div>
{% endblock site %}