I want to learn how to use Jupyter Notebook. So far, I have managed to download and install it (using pip), but I\'m having trouble opening it.
I am opening it by ty
Was having a similar problem. Fixed it after upgrading ipython with this command
sudo pip install --upgrade "ipython[all]"
Note: make sure to type ipython with double quotes and [all]
[all]