Tagged Questions
1
vote
1answer
123 views
Hide SQL statements when running IPython notebook with Django's django-extensions
I'm using Django's django-extensions to run an iPython notebook with access to the Django models (as detailed here http://andrewbrookins.com/python/using-ipython-notebook-with-django/). When I make ...
0
votes
1answer
170 views
IPython notebook in production
I'm trying to run IPython on a production ubuntu server. I want to control it with upstart.
I have a bash script that properly invokes it in the foreground but it doesn't work when invoked through ...