简体   繁体   English

PermissionError: [WinError 5] 访问被拒绝 jupyter 内核

[英]PermissionError: [WinError 5] Access is denied jupyter kernel

I installed a new python 64 bit in my program files folder.我在我的程序文件文件夹中安装了一个新的 python 64 位。 I changed my jupyter kernel file in AppData/Roaming/Jupyter/kernels/kernel.json to take this new python as the python.我在 AppData/Roaming/Jupyter/kernels/kernel.json 中更改了我的 jupyter 内核文件,以将这个新 python 作为 python。 the kernel.内核。 JSON is JSON 是

{
 "argv": [
  "C:/Program Files/Python",
  "-m",
  "ipykernel_launcher",
  "-f",
  "{connection_file}"
 ],
 "display_name": "python 3.7 64 bit",
 "language": "python"
}

The error when I open a new notebook is PermissionError: [WinError 5] Access is denied What should I change to solve it?打开新笔记本时的错误是 PermissionError: [WinError 5] Access is denied 我应该更改什么来解决它?

your operating system is not allowing to edit your file.您的操作系统不允许编辑您的文件。 Try open your notebook in administrator mode.尝试以管理员模式打开您的笔记本。

  1. Right click on file右键单击文件
  2. Open as administrator以管理员身份打开
  3. make changes.做出改变。

try this I hope your problem will be solved.试试这个我希望你的问题会得到解决。

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

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