Open yunesviana opened 4 years ago
Hi @yunesviana - thank you for opening this issue.
You're taking the right step in attempting to upgrade notebook. Since it looks like you may be using Anaconda, you might try this instead:
conda update -c conda-forge notebook
If you still run into issues upgrading, you might run as Administrator.
Once upgraded, and should you still encounter a permission issue when launching a notebook (the message will be slightly different and will reference jupyter_core
instead of jupyter_client
), you might take a look here: https://github.com/jupyter/notebook/issues/5197#issuecomment-587063740
Hi @kevin-bates, thank you for ur help!
I used this line of code but the Anaconda version was the last one and the error kept showing up. What really helped me was this code:
conda update --all
Although I didn't use, it was with your suggestion that I solved my problem. Thank you again!
Hi!
I'm doing a python course and I'm trying to use Jupyter Notebook to do some exercises but everytime I open a file, this kernel error appears (1)
I try to upgrate my pip version (pip install notebook --upgrade) but I have another error (2).
Please, how do I solve these problems? Tks!
ERROR (1)
_ ERROR (2) ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Acesso negado: 'C:\Users\yunes\AppData\Local\Temp\pip-uninstall-0hc_hh1i\jupyter-notebook.exe' Consider using the
--user
option or check the permissions.