{% extends "page.html" %} {% block title %}IPython Dashboard{% endblock %} {% block stylesheet %} {% endblock %} {% block params %} data-project={{project}} data-base-project-url={{base_project_url}} data-base-kernel-url={{base_kernel_url}} data-read-only={{read_only}} {% endblock %} {% block site %}
{% if logged_in or not read_only %}
To import a notebook, drag the file onto the listing below or click here.
{% endif %}

{{project}}

IPython parallel computing clusters
profile action # of engines status
{% endblock %} {% block script %} {% endblock %}