To run the examples locally, we recommend installing Anaconda and the Jupyter notebook library.
https://www.anaconda.com/download/
Create a new conda environemnt with all the dependencies by typing:
conda env create -n api-examples jupyter pip
activate api-examples
pip install requests folium geojson
Under the project directory, start the notebooks by activating the environment and running the Jupyter command:
conda activate api-examples
jupyter notebook