[IPython-dev] Notebook broken with latest master

Dave Hirschfeld dave.hirschfeld at gmail.com
Tue May 28 04:09:18 EDT 2013


After updating this morning, including a "git submodule update --recursive" 
I'm finding that the Notebook is broken.

What happens is that the notebook appears to load in the same directory (the 
last one I used before updating?) regardless of what directory I start it 
from. As shown below the log message says the notebook is starting from 
C:/temp but the main notebook page says it is running from my C:/dev/code 
directory and all the notebooks listed return 500 errors.

I've tried pressing F5 multiple times in both chrome & firefox and the 
problem persists.

In [3]: print sys_info()
{'commit_hash': '686357b',
 'commit_source': 'repository',
 'default_encoding': 'cp1252',
 'ipython_path': 'c:\\dev\\code\\ipython\\IPython',
 'ipython_version': '1.0.dev',
 'os_name': 'nt',
 'platform': 'Windows-7-6.1.7601-SP1',
 'sys_executable': 'C:\\dev\\bin\\Python27\\python.exe',
 'sys_platform': 'win32',
 'sys_version': '2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit 
(Intel)]'}


C:\temp> ipython notebook
2013-05-28 09:01:22.668 [NotebookApp] Using existing profile dir: 
u'C:\\Users\\dhirschfeld\\.ipython\\profile_default'
2013-05-28 09:01:23.861 [NotebookApp] Using MathJax from CDN: 
http://cdn.mathjax.org/mathjax/latest/MathJax.js
2013-05-28 09:01:23.888 [NotebookApp] Serving notebooks from local 
directory: C:\temp
2013-05-28 09:01:23.888 [NotebookApp] The IPython Notebook is running at: 
http://127.0.0.1:8888/
2013-05-28 09:01:23.890 [NotebookApp] Use Control-C to stop this server and 
shut down all kernels.


HTH,
Dave




More information about the IPython-dev mailing list