I tried to install jupyter notebook but it is showing error

Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: ‘c:\program files\python36\Lib\site-packages\ipython_genutils’
Consider using the --user option or check the permissions.
How can I resolve this error???

hey @jsrishty ,
what you need to is , just add --user in your installing command.
like pip install --user something
This will do your task…

Other than , if you are stuck at installing jupyter notebook , then you can also have a reference here.

Thank You and Happy Learning :slightly_smiling_face: