Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Overview

To run the notebook files locally, please follow the instructions below.

Prerequisites

  • Ensure python version =3.10

Installation for Windows machine

Verify that python is available on PATH

python --version
# Python 3.10

Create virtual environment

Correct path as required

Create venv from \docs\notebook directory

python -m venv .venv

Activate virtual environment

.\.venv\Scripts\activate

Start Jupyter Notebook

Run below commands from \docs\notebook directory

SET PYTHONPATH=%CD%/src

jupyter lab