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