Clone the repo and make sure you are in the repo directory
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
jupyter-lab
Clone the repo and make sure you are in the repo directory
c:\Python35\python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
jupyter-lab
(Can replace c:\Python35 with correct Python version)
