Home

Awesome

Supervised IPython Notebook Server

This project implements a highly secure and scalable IPython Notebook service to facilitate accessing IPython notebook servers from a browser. This is designed for teaching courses where large number of students can practise data-driven computing exercises in their browser without installing any Python packages on their machines.

Features

Getting Started

pip install virtualenv
virtualenv mysiteenv
source mysiteenv/bin/activate
pip install -r requirements.txt
python manage.py syncdb
python manage.py runserver

Contact

M Omar Faruque Sarker writefaruq[at]gmail.com