简体   繁体   中英

Jupyter problem to launch notebook (permission denied)

I have installed Jupyter on my desktop and try to launch a Python notebook. I have a permission denied error and on the server side the following error. 403 POST /api/contents (::1): Permission denied: Untitled.ipynb

This never worked on my desktop which belongs to my company. This problem may be related to a security problem ?

Thank you very much for your help. Kamran

You(the user running Jupyter) will need write permissions to the folder where the Untitled.ipynb is located.

May be duplicate, and explains folder permissions:

earlier answer

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