1. Download a Python installer from python.org. Choose Python 3.9, 3.10 or 3.11 and make sure to pick a 64-bit version. For example, this 3.10.11 installer: https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe
2. Install git from
https://github.com/git-for-windows/git/releases/download/v2.35.1.windows.2/Git-2.35.1.2-64-bit.exe
3. Install VC++ distributable - https://aka.ms/vs/16/release/vc_redist.x64.exe use this link for the download.
4. Create a Virtual Environment - python -m venv openvino_env
Activate the Environment - openvino_env\Scripts\activate
Clone the Repository
5. git clone --depth=1 https://github.com/openvinotoolkit/openvino_notebooks.git
cd openvino_notebooks
6. python -m pip install --upgrade pip wheel setuptools
7. pip install -r requirements.txt
8. jupyter lab notebooks