[IPython-dev] What's the easiest way to open an IPython Notebook server in a particular directory on Windows?

Thomas Kluyver takowl at gmail.com
Mon Feb 24 14:19:56 EST 2014


On 23 February 2014 15:00, Jason Moore <moorepants at gmail.com> wrote:

> The IPython Notebook shortcut installed by Anaconda defaults to opening in
> the "IPython Notebooks" directory. Is there an easier (point and click?)
> method to opening the server in another directory besides (1) open a CMD
> prompt and cd'ing to the directory or (2) changing the "start in"
> properties of the shortcut?


I noticed the other day that in examples/core/ we have a Windows shell
extension to launch IPython in a given directory. You could tweak that to
launch the notebook server, using the --notebook-dir flag to start in the
given directory.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140224/ca9acbab/attachment.html>


More information about the IPython-dev mailing list