

Windows 10 Start Menu – Anaconda3 (32-bit) – Jupyter Notebook (arcgis).

ipython kernel install -user -name="arcgis".conda create -n arcgis python=2.7.12 numpy=1.9.3 (Note: change the version numbers based on your ArcGIS version).Windows 10 Start Menu – Anaconda3 (32-bit) – Anaconda Prompt.Record the version numbers for Python and numpy. Alternatively, you can go to this webpageto check the Python and numpy version for your ArcGIS Desktop. To find out the versions of Python and relevant packages ArcGIS is using, enter the following commands in the Python Window.Open ArcGIS Python Windows (ArcMap – Geoprocessing – Python).Add Anaconda to Windows system PATH (Control Panel - System and Security - System - Advanced system settings - Advanced Tab - Environment Variables - System variables - Double click Path variable - New - Add C:\Anaconda3\Scripts to Path variable) - OK.

