/jupyter_slides_for_courses

Course slides in Jupyter notebook format

Primary LanguageShellCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Course slides using Jupyter notebooks

Setting up virtual environments

This script also activates the jupyter notebook extensions that are needed.

source build_venv.sh

The reason to use source is to bring the activated venv into your shell.

The virtual environment will be a hidden directory called .venv.