[IPython-dev] Notebook ignoring --notebook-dir argument

Dave Hirschfeld dave.hirschfeld at gmail.com
Sun May 12 09:47:02 EDT 2013


When I start the notebook with `ipython notebook` from a terminal in a 
specific directory it doesn't open in that directory, but in my home 
directory. Specifying the `--notebook-dir` argument appears to have no effect.

Is anyone else seeing this with the current master?

In [3]: print sys_info()
{'commit_hash': 'dfc7609',
 'commit_source': 'repository',
 'default_encoding': 'cp850',
 '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)]'}

Thanks,
Dave




More information about the IPython-dev mailing list