Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.02 KB

Functional Programming in Python

Salt Lake City, UT | PyCon 2022 | Video

Functional Programming Image

This presentation uses Jupyter notebooks. You can either install jupyter locally or use a notebook in the cloud.

Installing Jupyter Notebooks Locally

  • 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

Viewing the Slide Show

  • Run: ./run-slideshow.sh (on Linux/Mac)
  • Run: jupyter nbconvert functional-python.ipynb --to slides --post serve (on Windows)

Using Jupyter Notebooks in the Cloud

Alternatively, you can use cloud based services and not have to install jupyter locally.