简体   繁体   中英

Jupyter Notebook: cmd error access denied (Windows 10)

I am not the administrator of my machine. I installed the jupyter as follows

pip -m install jupyter

The problem I have now is that when I try to log up a session on Windows 10 on cmd with

jupyter notebook

from the console, I have the error access denied and i can't use jupyter. 在此处输入图片说明

Any ideas to solve it?

In VSCODE or in the terminal run the following script:

import sys

!{sys.executable} -m pip install jupyter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM