/arcgis-notebooks

A collection of sample iPython notebooks using ArcGIS API for Python to work with and visualize different kinds of geographical data

Primary LanguageJupyter Notebook

arcgis Notebooks Collection

What this repo will be

A collection of sample iPython notebooks using the arcgis (ArcGIS API for Python) package for working with and visualizing different kinds of geographical data.

Setup

In Anaconda Prompt:

# to set up Python environment using conda
conda env create -f environment.yaml 
# to activate environment after creation
conda activate arcgis

To enable environment in jupyter notebooks:

python -m ipykernel install --user --name=arcgis

To enable arcgis notebook extension:

jupyter nbextension enable arcgis --py --sys-prefix