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

https://github.com/fsquillace/notebooks

Various examples of handy Jupyter notebooks
https://github.com/fsquillace/notebooks

ipywidgets jupyter-notebook matplotlib numpy

Last synced: 7 months ago
JSON representation

Various examples of handy Jupyter notebooks

Awesome Lists containing this project

README

          

## Jupyter notebooks

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/fsquillace/notebooks/master)

To have a look at the notebooks available in this repository go either to:

- [MyBinder](https://mybinder.org/v2/gh/fsquillace/notebooks/master) (recommended)
- [Jupyter nbviewer](https://nbviewer.jupyter.org/github/fsquillace/notebooks/tree/master/) for a static view.

### Installation

The dependencies are listed in `requirements.txt` file and can be installed in
the following way:

```
pip install -r requirements.txt
```