8 lines
147 B
HTML
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 %}
|