For this course, Jupyter Notebook interactive environment is used.
Python libraries:
Install using pip install
.
- Run with a Python script:
py -m notebook
- Run with Jupyter command (must add the python module
jupyter.exe
to the environment variable path):
Jupyter notebook
or
jupyter-notebook