Skip to content

Functional Programming in Python: PyCon 2022 Jupyter notebook

Notifications You must be signed in to change notification settings

vickumar1981/functional_python

Repository files navigation

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.

About

Functional Programming in Python: PyCon 2022 Jupyter notebook

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published