{% extends "page.html" %} {% block title %}IPython Dashboard{% endblock %} {% block stylesheet %} {{super()}} {% endblock %} {% block params %} data-project="{{project}}" data-base-project-url="{{base_project_url}}" data-notebook-path="{{notebook_path}}" data-base-kernel-url="{{base_kernel_url}}" {% endblock %} {% block site %}
To import a notebook, drag the file onto the listing below or click here.
IPython parallel computing clusters
profile status # of engines action
{% endblock %} {% block script %} {{super()}} {% endblock %}