I finally found some time this Saturday to try the new (to me) ArcGIS Pro Python package manager with Pro 1.4.1 to install Spyder and Jupyter. Long time needed upgrade to my toolbox!
The Python Package Manager—ArcPy Get Started | ArcGIS Desktop
Python and ArcGIS Pro 1.3 : Conda
After adding Spyder using the Python package manager, I open the Pro Python command prompt (proenv.bat shortcut) and type "spyder". Spyder launches, but I get a bunch of errors in the internal console, and IPython windows are missing their prompt. I was hoping Conda would take care of needed dependencies, but apparently not:
<SPAN class="operator token">>></SPAN><SPAN class="operator token">></SPAN> WARNING<SPAN class="punctuation token">:</SPAN>traitlets<SPAN class="punctuation token">:</SPAN>kernel died<SPAN class="punctuation token">:</SPAN> <SPAN class="number token">6.010343790054321</SPAN>
Traceback <SPAN class="punctuation token">(</SPAN>most recent call last<SPAN class="punctuation token">)</SPAN><SPAN class="punctuation token">:</SPAN>
File <SPAN class="string token">"C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\traitlets\traitlets.py"</SPAN><SPAN class="punctuation token">,</SPAN> line <SPAN class="number token">528</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="keyword token">in</SPAN> get
value <SPAN class="operator token">=</SPAN> obj<SPAN class="punctuation token">.</SPAN>_trait_values<SPAN class="punctuation token">[</SPAN>self<SPAN class="punctuation token">.</SPAN>name<SPAN class="punctuation token">]</SPAN>
KeyError<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">'banner'</SPAN>
During handling of the above exception<SPAN class="punctuation token">,</SPAN> another exception occurred<SPAN class="punctuation token">:</SPAN>
Traceback <SPAN class="punctuation token">(</SPAN>most recent call last<SPAN class="punctuation token">)</SPAN><SPAN class="punctuation token">:</SPAN>
File <SPAN class="string token">"C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\qtconsole\base_frontend_mixin.py"</SPAN><SPAN class="punctuation token">,</SPAN> line <SPAN class="number token">163</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="keyword token">in</SPAN> _dispatch
handler<SPAN class="punctuation token">(</SPAN>msg<SPAN class="punctuation token">)</SPAN>
<SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="punctuation token">)</SPAN>
File <SPAN class="string token">"C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\spyder\widgets\ipythonconsole\shell.py"</SPAN><SPAN class="punctuation token">,</SPAN> line <SPAN class="number token">91</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="keyword token">in</SPAN> long_banner
<SPAN class="keyword token">from</SPAN> IPython<SPAN class="punctuation token">.</SPAN>core<SPAN class="punctuation token">.</SPAN>usage <SPAN class="keyword token">import</SPAN> quick_guide
ImportError<SPAN class="punctuation token">:</SPAN> cannot <SPAN class="keyword token">import</SPAN> name <SPAN class="string token">'quick_guide'</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Spyder launches and I can see its help, but no IPython windows are working. Oh yeah, also Spyder doesn't seem to launch from its Windows start bar shortcut either.
I did the same process with Jupyter, and "jupyter notebook" also opens a web page but no consoles available. Maybe I just need a tutorial that I haven't seen yet.
BTW thank you so much David Wynne and the team, this package manager built into Pro (About ArcGIS Pro > Python) is pretty slick. As soon as I can figure out how to get it to work! I'm sure I just need some simple guidance.