xxxxxxxxxx
mkdir example-project && cd example-project
python3 -m venv env
source env/bin/activate
python3 -m pip install --user virtualenv
python3 -m pip install ipykernel
python3 -m pip install jupyterlab
python3 -m pip install pandas
echo 'pandas' > requirements.txt
jupyter lab
deactivate