Closed GoogleCodeExporter closed 9 years ago
I had the same request and I created a reg file which makes the following
additions to the context menu in windows explorer:
- When right clicking inside a folder and when rightclicking on a folder in the
treeview add a 'Open IPython Notebook server' command which opens a server in
that folder.
- Register the ipynb file to open a notebookserver and serve that notebook.
Uses the qt.ico from the pythonxy program files folder as a nice visual and
assumes ipython.exe is in c:\python27\scripts\. Not sure how to adapt to allow
for custom installation locations.
You can download and run this reg (text) file yourself or adapt.
Original comment by jas...@jpmg.nl
on 13 Jan 2014 at 8:29
Attachments:
Original comment by grizzly.nyo
on 27 May 2014 at 3:05
New version of the reg file for use with Python(x,y) 2.7.6.1 which features
iPython 2.1. In this version of iPython, the folder should be set by the
--notebook-dir command.
The --pylab=inline option issues a warning in the console and will be
deprecated in a future version of iPython, so was removed from the reg file.
Use %matplotlib inline and explicit imports of numpy/scipy etc in your
notebooks from now on.
Original comment by jas...@jpmg.nl
on 31 May 2014 at 1:57
Attachments:
The ipython 2.2.0 installer added this functionality.
Original comment by grizzly.nyo
on 23 Sep 2014 at 7:37
The ipython 2.2.0 installer added this functionality.
Original comment by grizzly.nyo
on 24 Sep 2014 at 6:08
Original issue reported on code.google.com by
petebach...@gmail.com
on 6 Jan 2014 at 4:10