Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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