

Run the following Python script to Jupyter Notebook and run the script to see if you get any errors.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.


Open ArcGIS Python Windows (ArcMap – Geoprocessing – Python).cos (x) Plot the points using matplotlib plt. 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 import numpy as np import matplotlib.pyplot as plt Compute the x and y coordinates for points on sine and cosine curves x np.Install Anaconda 32-bit to C:\Anaconda3.Download Anaconda 32-bit Python 3.6 version import numpy as np mylist 0,1,2,3,4,5,6,7,8,9,10 nparr np.array(mylist) print(nparr) 0 1 2 3 4 5 6 7 8 9 10 or From Build-in Method: nparrnp.
