Hi all,
Have you noticed that Esri Jupyter Notebook site (notebook.esri.com) is not working properly at least with the arcpy model:
It seems a python env issue!
Thank you,
Ahmad
Link for trouble-shooting help
Thank you very much, But I am talking about the notebook which is hosted on esri's servers notebook.esri.com.
Maybe my question wasn't clear enough.
Regards,
Hi Ahmad,
arcpy module is in a licensed package which comes with ArcGIS Desktop or ArcGIS Pro installation and not available for ArcGIS API for Python by default, that's why you can't import it.
If you launch your Jupyter notebook server from your ArcGIS Pro env, you should not run into this problem.
Hope it helps.
Simo,
I was able to use it before on the same notebook, I think something happened after esri upgraded to Pro 2.2
The same thing happened with me when I upgraded from 2.1 to 2.2. and I was able to fix it by cloning the env.
Thank you,
Ahmad