Config:
Windows 10
ArcGIS PRO 3.3
I am facing problems to use notebook nside ArcGIS PRO. When I tried to import or run whatever line, I got the following error:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
File C:\Users\Emanuel\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\IPython\__init__.py, in <module>:
Line 56: from .terminal.embed import embed
File C:\Users\Emanuel\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\IPython\terminal\embed.py, in <module>:
Line 16: from IPython.terminal.interactiveshell import TerminalInteractiveShell
File C:\Users\Emanuel\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\IPython\terminal\interactiveshell.py, in <module>:
Line 35: from .debugger import TerminalPdb, Pdb
File C:\Users\Emanuel\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\IPython\terminal\debugger.py, in <module>:
Line 8: from .shortcuts import create_ipython_shortcuts, suspend_to_bg, cursor_in_leading_ws
ImportError: cannot import name 'cursor_in_leading_ws' from 'IPython.terminal.shortcuts' (C:\Users\Emanuel\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\IPython\terminal\shortcuts\__init__.py)
I have mini conda installed with other environments. I had tried to uninstall both and reinstall again but I it did not work, keep facing the same problem. I have checked the PATH environments and also didnt work again.
Anyone has an idea how to deal with it? I need to work in both ArcGIS and conda envs, so only having one is not a good choice.