You need the following to copy and run the project.
In your directory clone the project.
> git clone git@gitlab.com:grasped/tutorials/geopandas.git
> cd geopandas
Install a geopandas enviroment along with its packages.
> conda create --name geo_env python=3.7 notebook pandas numpy geopandas matplotlib descartes
Activate the environment.
> conda activate geo_env
Activate Jupyter Notebook and go to Geopandas Tutorial.ipynb
> jupyter notebook
When you're done with the tutorial. You can go back to the base environment.
> conda deactivate