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