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

11,657

Solution 1

Launch anaconda as administrator .

Solution 2

This error occurred due to window defender . add jupyter app to allowed app in firewall & protection . i hope the problem is solved.

Solution 3

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!

Share:
11,657
Mher Khachatryan
Author by

Mher Khachatryan

Updated on June 13, 2022

Comments

  • Mher Khachatryan
    Mher Khachatryan almost 2 years

    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)

  • Mher Khachatryan
    Mher Khachatryan almost 6 years
    I appreciate your answer, but this is an officer computer so I can't every time run it as administrator, couldn't we do something else?
  • Mher Khachatryan
    Mher Khachatryan over 4 years
    Thank you for your response. But running it as an administrator helps to solve this problem, it was due to not running it as admin.