Issue
This Content is from Stack Overflow. Question asked by Ahmed AL-Ameen Ahmed
[jupyternotebook error][1]
………………..when i tried using the install function on jupyter or on cmd prompt it keeps showing me this errror below………………………………………………..
[1]: https://i.stack.imgur.com/UUtOv.png
Solution
You can’t install a package using pip inside a Jupyter notebook. You need to either install the package using anaconda or using the pip command in a command prompt / terminal example is below.
If the package is already installed you should restart the Jupyter kernel.
This Question was asked in StackOverflow by Ahmed AL-Ameen Ahmed and Answered by arozx It is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.