By Vic Kumar | https://github.com/vickumar1981/functional_python
Salt Lake City, UT | PyCon 2022 | Video
This presentation uses Jupyter notebooks. You can either install jupyter locally or use a notebook in the cloud.
pip install notebook
- Run:
jupyter notebook functional-python.ipynb
Note:
If you use pipx
, then the program is jupyter-notebook
, i.e.:
jupyter-notebook functional-python.ipynb
- Run:
./run-slideshow.sh
(on Linux/Mac) - Run:
jupyter nbconvert functional-python.ipynb --to slides --post serve
(on Windows)
Alternatively, you can use cloud based services and not have to install jupyter locally.