Config files and configuration procedures.
This project is maintained by ggirelli
sudo apt-get install python3 python3-venv python3-pip
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pip install black pytest vulture mypy pre-commit
base
activation.conda update -n base -c defaults conda
.conda create -n jupyter-lab
conda activate jupyter-lab
conda install pip
pip install jupyterlab
Change JupyterLab theme via GUI.
Install poetry
by running their one-line installer.