I\'m trying to install IPython. I have run pip install ipython[notebook] without any errors, but now I get this:
pip install ipython[notebook]
$ ipython notebook Traceback (most
I received this error while trying to import matplotlib on Windows 10. My problem was that matplotlib needed an update. I just ran the following code:
python -m pip install matplotlib
or:
conda install matplotlib
My guess is that this can be applied to IPython.