Jupyter notebook doesnt open in Anaconda

Hi,

when i try to open Jupyter notebook (launch) from Anaconda i am getting Your file couldn’t be accessed , Chrome browser

File is supposed to be opened on file:///C:/Users/Eier/AppData/Roaming/jupyter/runtime/jpserver-3352-open.html"

Should i try repointing this to another file ?
Help appreciated

regards

Hello: I solved it changing security permissions to the jupyter folder. Giving “everyone” full control.

hi, thanks for the answer , I still get - Your file couldn’t be accessed , Chrome browser

I re-installed my windows and i am facing the same problem. Can anyone please help me to solve this. In a basic layman’s terms please. I am new to these things.

How can I change the jupyter folder permissions

Salam!

this worked for me!

manually open the file in the location given. in my case, it was

C:\Users\MohammadHoseinAkbari\AppData\Roaming\jupyter\runtime

best wishes!

Please do following step. This worked for me.

Windows (File Explorer)

  1. Locate folder: Find your .jupyter folder (usually at C:\Users\YourUsername\.jupyter).
  2. Open Properties: Right-click the folder and select Properties.
  3. Security tab: Click the Security tab at the top.
  4. Edit permissions: Click the Edit… button.
  5. Add user: Click Add…, type Everyone into the box, and click OK.
  6. Assign Full Control: Select Everyone in the user list, check Full control under the “Allow” column, and click Apply.
  7. Advanced settings: Click Advanced on the Security tab.
  8. Inherit permissions: Click Change permissions, check the box for “Replace all child object permission entries”, and click OK.