{% extends "page.html" %} {% block title %}{{page_title}}{% endblock %} {% block params %} {{super()}} data-base-url="{{base_url}}" data-notebook-path="{{notebook_path}}" 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.
IPython parallel computing clusters
profile
status
# of engines
action
{% endblock %} {% block script %} {{super()}} {% endblock %}