https://github.com/mattip/presentations
Different presentations I have made
https://github.com/mattip/presentations
python statistics
Last synced: about 1 month ago
JSON representation
Different presentations I have made
- Host: GitHub
- URL: https://github.com/mattip/presentations
- Owner: mattip
- License: cc-by-sa-4.0
- Created: 2018-11-27T20:49:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T12:44:56.000Z (about 7 years ago)
- Last Synced: 2025-08-07T15:45:59.069Z (11 months ago)
- Topics: python, statistics
- Language: Jupyter Notebook
- Size: 4.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Presentations I have given
To activate the slideshow mode in jupyter notebook `pip install rise`
To use the interactive widgets
```
pip install ipywidgets
jupyter nbextension enable --py widgetsnbextension
```