[IPython-dev] open IPython notebooks from file browser (Linux)

Thomas Kluyver takowl at gmail.com
Wed Dec 3 11:37:56 EST 2014


Hi Vasco,

Have a look at my nbopen repo on Github, it's much the same idea, but it
doesn't need the server to already be running, and it works across
platforms.

Best wishes,
Thomas
On 3 Dec 2014 03:37, "Vasco" <vasco+python at tenner.nl> wrote:

> Hi,
> I wrote a little helper script to open ipynb files directly from my
> filebrowser (caja in my case). It assumes that there is already a
> notebookserver running, that can access the ipynb files.
>
> It contains a .desktop file that calls a bash script. This script removes
> the "ipython notebook server root directory" from the file name, and opens
> a browser with the url pointing to the notebook.
>
> Installation:
> copy the desktop file to ~/.local/share/applications
> copy the sh file to ~/bin/ and chmod +x
>
> I realize this is a very crude approach, but it works for me.
>
> Vasco
>
> _______________________________________________
> 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/20141203/495ccb72/attachment.html>


More information about the IPython-dev mailing list