{% extends page.html %} {% block title %}IPython Dashboard{% end %} {% block stylesheet %} {% end %} {% block params %} data-project={{project}} data-base-project-url={{base_project_url}} data-base-kernel-url={{base_kernel_url}} data-read-only={{read_only}} {% end %} {% block site %}
{% if logged_in or not read_only %}
Drag files onto the list to import notebooks.
{% end %}

{{project}}

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