can we offer light weight option for people comfortable with python/mamba, not docker?
git clone https://github.com/geopython/geopython-workshop
cd geopython-workshop/
micromamba create -n myenv python=3.12 jupyterlab -y
micromamba install -n myenv -c conda-forge gdal
micromamba install -n myenv notebook -y
cd workshop
pip install -r requirements.txt
jupyter notebook
can we offer light weight option for people comfortable with python/mamba, not docker?