{% extends "page.html" %} {% block title %}{{page_title}}{% endblock %} {% block params %} {{super()}} data-base-url="{{base_url | urlencode}}" data-notebook-path="{{notebook_path | urlencode}}" data-terminals-available="{{terminals_available}}" {% endblock %} {% block site %}
Select items to perform actions on them.
Upload
Currently running Jupyter processes
{% if terminals_available %}
There are no terminals running.
{% else %}
Terminals are unavailable.
{% endif %}
There are no notebooks running.
Clusters tab is now provided by IPython parallel. See IPython parallel for installation details.
{% endblock %} {% block script %} {{super()}} {% if ignore_minified_js %} {% else %} {% endif %} {% endblock %}