This folder contains Jupyter notebooks along with example data that step you through using the PyMapManager package.
-
Download the main PyMapManager repository and unzip it
-
Install PyMapManager
pip install PyMapManager/
-
Make sure you have Jupyter installed
pip install Jupyter
-
Run the Jupyter notebooks
cd PyMapManager/examples
jupyter notebook
This will open a web-browser where you can interact with the code and example data.