It would be nice to have both Spyder and Jupyter Notebooks both working in Arc Pro 3.0. Thanks to suggestions from @DanPatterson , @DuncanHornby and others, I can get Spyder working fine.
But as soon as I install Spyder, either through the Arc Package Manager, or in a command window using conda or pip, Jupyter Notebooks no longer functions. When opening a Notebook, I either get an error window saying "Failed to load notebook" (both when creating a new notebook, or opening an exiting one), or the code opens with a kernel error (AttributeError: 'IOLoopKernelManager' object has no attribute 'kernel_cmd'), depending on how I installed Spyder.
Has anyone figured out the special sauce to get them both working at the same time? For now, I have Spyder installed in a cloned environment, and can go back to the default environment if I want to use a notebook.
I've tried this in both 3.0.0 and 3.0.2, with the same results. I've uninstalled/reinstalled Pro a couple times and deleted the entire conda folder when reinstalling. OS is Windows 10 Enterprise.
Those of you that have installed Spyder, do you also use Jupyter Notebooks, and do they both work in the same environment?
Thanks for any feedback.