Zoynels / nbopen_windows

Opens ipynb files on click. Reuses existing jupyter instance if possible. Work only in Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open notebooks from the command line

nbopen looks for the nearest running notebook server - if it finds one, it opens a web browser to that notebook. If not, it starts a new notebook server in that directory.

Installation::

python -m pip install nbopen_windows

Usage::

nbopen_windows AwesomeNotebook.ipynb

If double click on notebooks not work, then, run:

  • Windows: python -m nbopen_windows.install_win

About

Opens ipynb files on click. Reuses existing jupyter instance if possible. Work only in Windows.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%