To get started, first clone this repo:
git clone https://github.com/EdmilsonSantana/jupyter-notebooks.git
cd jupyter-notebooks
You can create virtual environments to run this app.
Create and activate a venv:
python -m venv venv
source venv/bin/activate # for Windows, use venv\Scripts\activate
Install all the requirements:
pip install -r requirements.txt
You can now run with jupyter lab:
jupyter lab notebooks