Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open an ipython notebook via double-click on osx

I've downloaded a couple of ipython notebooks, and I'd like to open them in browser tabs without navigating to the directory I've downloaded them to and running ipython notebook notebook_name.ipynb.

I realize this probably means I'm lazy, but it seems like a common use case to me. Am I missing something obvious?

like image 898
Jason Sundram Avatar asked Apr 23 '13 00:04

Jason Sundram


People also ask

How do you open a Jupyter Notebook with double click?

Right click any ipynb file and select "Open with > Other" and select the nb_open in the Applications folder. Don't forget to check "Always Open With". Select an ipynb file, get info ( command + i ) > Open With (select nb_open if not selected already) > Click Change All... . Done.

How do I open Ipython notebooks?

Windows File Explorer + Command Prompt Once you've entered your specific folder with Windows Explorer, you can simply press ALT + D, type in cmd and press Enter. You can then type jupyter notebook to launch Jupyter Notebook within that specific folder.


1 Answers

Use Pineapple application for opening and working on your IPython/Jupyter notebooks. It is pretty cool.

Update:

Now there is nteract, which is a new jupyter-like Desktop app. After installing it, make it the default app for opening .ipynb files. Then just double-click any notebook to start it right away.

nteract geojson

like image 112
Aziz Alto Avatar answered Sep 20 '22 06:09

Aziz Alto