This is the example notebooks on geospatial visualizations in python from the talk at the PyData Copenhagen meetup on the 27th of February 2020: https://www.meetup.com/PyData-Copenhagen/events/268779346/
Assuming you have a basic conda environment set up (such as miniconda) you can then create the correct enviroment using:
conda env create -n geospatial -f environment.yml
conda activate geospatial
conda remove --name geospatial --all