An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

ipynb-open
===========

[![PyPI version](https://badge.fury.io/py/ipynb_open.svg)](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.