Error loading Jupyter Notebook Extensions
I had the same problem. Here is how I solved it. I have downloaded Anaconda python version 3.7. I already had Python 3.6.7 on my system. I’d get this error if I did: pip install jupyter_contrib_nbextensions To solve it, I did: python3.7 -m pip install jupyter_contrib_nbextensions I have not tried this, but this could solve … Read more