Executable Tutorials#
This is meant to demonstrate by example how to deploy tutorial materials. The examples show common patterns including runnable code, plots, exercises with solutions, etc.
How to Run The Code#
Clone the repository and launch JupyterLab.
git clone https://github.com/scientific-python/executable-tutorials
cd executable-tutorials
pixi run start
Clone the repository, create an enviornment, install the requirements, and launch JupyterLab.
git clone https://github.com/scientific-python/executable-tutorials
cd executable-tutorials
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
jupyter lab
Or, instead of running the code, you may view the code and results by following the links below.
Example Tutorials#
Contributing documentation#
Contributing