[IPython-dev] Get notebook kernels to start in the same folder as the notebook .ipynb file

MinRK benjaminrk at gmail.com
Mon Apr 6 15:34:42 EDT 2015


If you comment out the `notebook_dir` settings, does it work as expected?

On Mon, Apr 6, 2015 at 11:07 AM, William Shipman <shipman.william at gmail.com>
wrote:

> To summarise the non-default settings:
>
> import webbrowser
> webbrowser.register('firefox', None,
> webbrowser.GenericBrowser(u'C:\\Program Files (x86)\\Mozilla
> Firefox\\firefox.exe'))
> c.NotebookApp.browser = 'firefox'
>
> c.ZMQInteractiveShell.colors = 'Linux'
>
> c.NotebookManager.notebook_dir = u'C:\\Users\\wjs\\git\\IPython'
>
> c.FileNotebookManager.notebook_dir = u'C:\\Users\\wjs\\git\\IPython'
>
> I've also attached the complete 'ipython_notebook_config.py' in case it
> helps.
>
>
>
> On 6 April 2015 at 19:58, MinRK <benjaminrk at gmail.com> wrote:
>
>> You have described the current default behavior of IPython. So I'm
>> wondering if you have anything in your `ipython_notebook_config.py` that is
>> causing the behavior to be something different.​ The file will be in
>> `~/.ipython/profile_default/ipython_notebook_config.py`.
>>
>> -MinRK
>>
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>>
>>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150406/f86392b9/attachment.html>


More information about the IPython-dev mailing list