File size: 147 Bytes
d1ceb73 |
1 2 3 4 5 6 7 8 |
{% extends "page.html" %}
{% block site %}
<div id=jupyter-main-app>
<h1>A Jupyter Server is running.</h1>
</div>
{% endblock site %}
|
d1ceb73 |
1 2 3 4 5 6 7 8 |
{% extends "page.html" %}
{% block site %}
<div id=jupyter-main-app>
<h1>A Jupyter Server is running.</h1>
</div>
{% endblock site %}
|