Skip to content

jnovinger/django_ipython_notebook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IPython 0.12 includes a wonderful Notebook interface.

This (trivial) django app provides the command

./manage.py notebook

to launch the IPython notebook as a Django shell.

Installation (on Ubuntu)

Install the dependencies

sudo aptitude install libzmq1 libzmq-dev
pip install --upgrade ipython tornado pyzmq

Then clone this repository into your Django project and add it to the INSTALLED_APPS list in your settings file.

Licence

Public domain

About

Use the IPython notebook as a shell for django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%