{% extends "page.html" %} {% block title %}{{page_title}}{% endblock %} {% block params %} data-base-url="{{base_url}}" data-notebook-path="{{notebook_path}}" data-terminals-available="{{terminals_available}}" {% endblock %} {% block site %}
To import a notebook, drag the file onto the listing below or click here.
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 %}