简体   繁体   中英

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

I'm trying to open new notebook in 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 )

以管理员身份启动 anaconda。

This error occurred due to window defender . add jupyter app to allowed app in firewall & protection . 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" . If you are not there: type "c: cd\\Users\\your username" .

You are probably at "C:\\> " when you try to open "jupyter notebook" . Hope that helps!

if you are going through anaconda prompt. 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. I hope it will work

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