简体   繁体   English

Jupyter Notebook:cmd 错误访问被拒绝 (Windows 10)

[英]Jupyter Notebook: cmd error access denied (Windows 10)

I am not the administrator of my machine.我不是我机器的管理员。 I installed the jupyter as follows我安装了jupyter如下

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我现在遇到的问题是,当我尝试使用 cmd 在 Windows 10 上登录会话时

jupyter notebook

from the console, I have the error access denied and i can't use jupyter.从控制台,我有错误access denied ,我不能使用 jupyter。 在此处输入图片说明

Any ideas to solve it?任何想法来解决它?

In VSCODE or in the terminal run the following script:在 VSCODE 或终端中运行以下脚本:

import sys

!{sys.executable} -m pip install jupyter

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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