Last active
December 26, 2015 17:09
-
-
Save blorenz/7184798 to your computer and use it in GitHub Desktop.
Install IPython notebook on Mac for Django
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install ipython sphinx pyzmq pygments tornado nose django-extensions | |
easy_install readline pyzmq | |
# Now can run with django | |
# ./manage.py shell_plus --notebook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment