简体   繁体   English

在 Jupyter Notebook 中创建新笔记本时发生错误 [权限被拒绝]

[英]Error occurred while creating new notebook in Jupyter Notebook [Permission Denied]

I'm trying to open new notebook in Jupyter Notebook.我正在尝试在 Jupyter Notebook 中打开新笔记本。 But it's denies my permission .但它拒绝了我的许可

Along this problem when I try to open one of directories it's throws an Server Error ,It's occurs in every directory随着这个问题,当我尝试打开一个目录时,它会引发服务器错误,它发生在每个目录中

I'm using conda version 4.4.10 , Windows 7 Professional ( if it helps )我正在使用conda 版本 4.4.10Windows 7 Professional如果有帮助

以管理员身份启动 anaconda。

This error occurred due to window defender .这个错误是由 window Defender 引起的。 add jupyter app to allowed app in firewall & protection .将 jupyter 应用程序添加到防火墙和保护中允许的应用程序。 i hope the problem is solved.我希望问题得到解决。

It is not a very good idea to run as admin because you may mess up the whole system by putting commands unless you really know what you are doing(professionally).以管理员身份运行不是一个好主意,因为除非您真的知道自己在做什么(专业),否则您可能会通过放置命令来弄乱整个系统。 We generally work with computers under "Admin privilege".我们通常在“管理员权限”下使用计算机。

What you need to do is, to make sure you are at "c:\\users\\your username" .你需要做的是,确保你在"c:\\users\\your username" If you are not there: type "c: cd\\Users\\your username" .如果你不在那里:输入"c: cd\\Users\\your username"

You are probably at "C:\\> " when you try to open "jupyter notebook" .当您尝试打开"jupyter notebook"时,您可能在"C:\\> " "jupyter notebook" Hope that helps!希望有帮助!

if you are going through anaconda prompt.如果您正在通过 anaconda 提示。 just click on Anaconda navigator and lanch jupyter notebook from here, if your page opened in internet explorer just copy URL and paste in chrome and now re-try to create a new notebook.只需单击 Anaconda navigator 并从此处启动 jupyter notebook,如果您的页面在 Internet Explorer 中打开,只需复制 URL 并粘贴到 chrome 中,然后重新尝试创建一个新的 notebook。 I hope it will work我希望它会起作用

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

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