To run the notebook files locally, please follow the instructions below.
- Ensure python version =3.10
Verify that python is available on PATH
python --version
# Python 3.10
Correct path as required
Create venv from
\docs\notebook
directory
python -m venv .venv
.\.venv\Scripts\activate
Run below commands from
\docs\notebook
directory
SET PYTHONPATH=%CD%/src
jupyter lab