Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takluyver/nbopen
Open a Jupyter notebook in the best available server
https://github.com/takluyver/nbopen
Last synced: 2 days ago
JSON representation
Open a Jupyter notebook in the best available server
- Host: GitHub
- URL: https://github.com/takluyver/nbopen
- Owner: takluyver
- License: bsd-3-clause
- Created: 2014-07-09T03:24:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T12:57:22.000Z (over 1 year ago)
- Last Synced: 2024-12-03T20:07:08.462Z (10 days ago)
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 304
- Watchers: 16
- Forks: 57
- Open Issues: 40
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-jupyter-resources - GitHub - 58% open · ⏱️ 25.04.2018): (Jupyter-Notebook工具)
- best-of-jupyter - GitHub - 59% open · ⏱️ 08.09.2023): (Notebook Tools)
README
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::
python3 -m pip install nbopen
Usage::
nbopen AwesomeNotebook.ipynb
To integrate with your file manager, so you can double click on notebooks
to open them, run:* Linux/BSD: ``python3 -m nbopen.install_xdg``
* Windows: ``python3 -m nbopen.install_win``
* Mac: Clone the repository and run ``./osx-install.sh``