python3 -m venv my-jupyter-env
source my-jupyter-env/bin/activate
pip install jupyter notebook  OR pip install jupyterlab