/django-ipython-nbserver

Django/pinuax meets IPython Notebook server -- a LDAP auth enabled Django app for launching IPython Notebook servers

Primary LanguageCSSMIT LicenseMIT

django-ipython-nbserver

A starter project that creates a django-pinax project to wrap IPython Notebook service with LDAP authetication and custom password protection.

Getting Started:

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