https://github.com/termoshtt/ipynb_open
Open ipynb on existing notebook server
https://github.com/termoshtt/ipynb_open
Last synced: about 1 year ago
JSON representation
Open ipynb on existing notebook server
- Host: GitHub
- URL: https://github.com/termoshtt/ipynb_open
- Owner: termoshtt
- License: mit
- Created: 2016-01-09T08:36:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-09T09:16:13.000Z (about 10 years ago)
- Last Synced: 2025-01-07T16:26:59.368Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ipynb-open
===========
[](https://badge.fury.io/py/ipynb_open)
Open .ipynb file on an existing notebook server
Install
-------
```command
pip install ipynb_open
```
Usage
------
1. First start IPython notebook server.
2. Open your.ipynb by the following command:
```command
ipynb-open /path/to/your.ipynb
```
License
-------
This software is released under the MIT License, see LICENSE file.