Create Virtual env python -m venv .myapp Activate the environment .myapp\Scripts\activate (for windows) Install the requirements pip install -r requirements.txt Select the virtual environment as the Jupyter Kernel and execute the notebooks