i install anaconda first then set the arcgis python 2.7.8 win32 as interpreter just like Importing arcpy in Spyder said,but why i cannot open my IPython then?
Answer
I am not sure if you set the arcpy paths correctly, but this is how I did to import arcpy into Spyder. To set the path of arcpy, go to Tools -> PYTHONPATH Manager
and add the following paths:
- C:\Program Files (x86)\ArcGIS\Desktop10.3\ArcToolbox\Scripts
- C:\Program Files (x86)\ArcGIS\Desktop10.3\arcpy
- C:\Program Files (x86)\ArcGIS\Desktop10.3\bin
It will should be like this:
I could use IPython without any problem.
No comments:
Post a Comment