Launching Spyder And Jupyternotebook Causes Importerror When Image Not Found
I'm new to python and the virtual environment stuff. I'm facing issues opening jupyter notebook and Spyder after updating conda. Here are some info about the versions I have: $ co
Solution 1:
Faced same issue. From https://github.com/jupyter/notebook/issues/1632 it explained that some dependencies when updating conda are messed up so try:
conda remove zeromq
conda install zeromq
Then try:
conda update conda-build
Good luck,
Post a Comment for "Launching Spyder And Jupyternotebook Causes Importerror When Image Not Found"