Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marella/nbimport
An IPython magic command to import and run external notebooks using public URLs.
https://github.com/marella/nbimport
ipython nbimport python
Last synced: 11 days ago
JSON representation
An IPython magic command to import and run external notebooks using public URLs.
- Host: GitHub
- URL: https://github.com/marella/nbimport
- Owner: marella
- License: mit
- Created: 2019-08-13T10:13:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T10:13:30.000Z (about 5 years ago)
- Last Synced: 2024-10-04T07:41:48.796Z (about 1 month ago)
- Topics: ipython, nbimport, python
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
An IPython magic command to import and run external notebooks using public URLs.
## Installation
```
!pip install nbimport
%load_ext nbimport
```## Usage
```
%import https://www.example.com/mynotebook.ipynb
```## License
[MIT][license]
[license]: /LICENSE