{% extends "page.html" %} {% block title %}{{page_title}}{% endblock %} {% block stylesheet %} {{super()}} {% 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 IPython notebooks
There are no notebooks running.
{% if terminals_available %}
Currently running terminals
There are no terminals running.
{% endif %}
IPython parallel computing clusters
profile
status
# of engines
action
{% endblock %} {% block script %} {{super()}} {% endblock %}