takluyver / nbopen

Open a Jupyter notebook in the best available server
BSD 3-Clause "New" or "Revised" License
304 stars 58 forks source link

Default browser #27

Closed vascotenner closed 8 years ago

vascotenner commented 8 years ago

It would be nice if nbopen opens the notebook via the browser set in the jupyter profile: c.NotebookApp.browser = instead of the users default browser.

In order to not mix up my notebooks with my other browsing tabs, I use chromium for the notebooks, and firefox for the other activities.

As I quick fix on unix, I changed in nbopen.desktop the exec line:

Exec=env BROWSER=chromium-browser nbopen %f