I just downloaded Anaconda on my computer at work and I was looking to open a jupyter notebook. I am at the Anaconda Prompt and type in "jupyter notebook." After this I am prompted to the jupyter interface, I click "new" in the upper right hand corner and I click "python 3." Right after this an error message come up "Permission denied: Untitled.ipynb." I am not too sure what to do, for a little background I have python 3.8 installed, the one that came with Anaconda. I will also attach a screenshot as to indicate what I am seeing.
Asked
Active
Viewed 294 times
1
-
Run it as administrator. – jairoar Sep 09 '20 at 19:50
-
1Does this answer your question? [Cannot open new Jupyter Notebook \[Permission Denied\]](https://stackoverflow.com/questions/46272880/cannot-open-new-jupyter-notebook-permission-denied) – Yelyzaveta Velizhanina Sep 09 '20 at 20:24
-
1No, they're different errors. – Ahsan Subzwari Sep 10 '20 at 12:33
-
I know this is quite old, but did you ever figure it out? I'm running into the same error. – Kristen G. Aug 10 '23 at 19:08