kashingtondc2 / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Enhancement: Better IPython notebook integration with Windows Explorer #708

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if when right-clicking in a directory in Windows Explorer 
there was an item on the context menu "Open IPython Notebook here". Also, it 
would be nice if *.ipynb files opened with IPython notebook by default.  

Original issue reported on code.google.com by petebach...@gmail.com on 6 Jan 2014 at 4:10

GoogleCodeExporter commented 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:

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 27 May 2014 at 3:05

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
The ipython 2.2.0 installer added this functionality.

Original comment by grizzly.nyo on 23 Sep 2014 at 7:37

GoogleCodeExporter commented 9 years ago
The ipython 2.2.0 installer added this functionality.

Original comment by grizzly.nyo on 24 Sep 2014 at 6:08