PermissionError:[WinError 5]访问被拒绝jupyter内核 [英] PermissionError: [WinError 5] Access is denied jupyter kernel

查看:737
本文介绍了PermissionError:[WinError 5]访问被拒绝jupyter内核的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在程序文件文件夹中安装了一个新的python 64位.我在AppData/Roaming/Jupyter/kernels/kernel.json中更改了jupyter内核文件,以将此新python作为python. 内核. JSON是

I installed a new python 64 bit in my program files folder. I changed my jupyter kernel file in AppData/Roaming/Jupyter/kernels/kernel.json to take this new python as the python. the kernel. JSON is

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

当我打开新笔记本时的错误是PermissionError:[WinError 5]访问被拒绝 我应该改变些什么来解决它?

The error when I open a new notebook is PermissionError: [WinError 5] Access is denied What should I change to solve it?

推荐答案

您的操作系统不允许编辑您的文件.尝试以管理员模式打开笔记本电脑.

your operating system is not allowing to edit your file. Try open your notebook in administrator mode.

  1. 右键单击文件
  2. 以管理员身份打开
  3. 进行更改.

尝试这个,希望您的问题能得到解决.

try this I hope your problem will be solved.

这篇关于PermissionError:[WinError 5]访问被拒绝jupyter内核的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆