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
- Host: GitHub
- URL: https://github.com/fsquillace/notebooks
- Owner: fsquillace
- License: mit
- Created: 2017-05-24T23:12:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T13:26:52.000Z (about 6 years ago)
- Last Synced: 2025-04-06T21:33:42.530Z (10 months ago)
- Topics: ipywidgets, jupyter-notebook, matplotlib, numpy
- Language: Jupyter Notebook
- Homepage: https://mybinder.org/v2/gh/fsquillace/notebooks/master
- Size: 8.97 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Jupyter notebooks
[](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
```