To work with the project notebooks on your computer (instead of using binder in the cloud).
-
Install the conda package manager.
Recommended: install Anaconda Python 3.x distribution.
Alternative: install miniconda for Python 3.x. -
Download and extract the zip archive of the gh-pages branch.
Then, open a terminal (or an "anaconda prompt") and enter thecontrol-engineering-with-python-gh-pages
directory. -
Install the project dependencies with the command:
$ conda env create -f environment.yml
-
Activate the conda environment with:
$ conda activate control-engineering-with-python
-
Launch the Jupyter notebook with
$ jupyter notebook
The notebook opens in a new browser tab; select the
.ipynb
file you wish to work on.