/postheaven

Primary LanguageJupyter Notebook

Работаем с python и postgis

Собираем jupyter notebook

Запускаем все, что нужно:

docker compose up --build

Что поставить

https://sourcery.ai/blog/python-best-practices/

sudo apt install python3-pip
python3 -m pip install --user pipx
python3 -m pipx ensurepath
sudo apt install python3.10-venv
pipx install pipenv