python - Jupyter Notebook doesn't open - Stack Overflow

I'm super new into Python and I meet some problems with Jupyter Notebook openning. (normaly I lear

I'm super new into Python and I meet some problems with Jupyter Notebook openning. (normaly I learn with VS Code).

Here is an error:


\[E 2024-11-15 22:50:06.734 ServerApp\] Failed to write server-info to C:\\Users\\48608\\AppData\\Roaming\\jupyter\\runtime\\jpserver-4920.json: PermissionError(13, 'Permission denied')
Traceback (most recent call last):
File "C:\\Users\\48608\\anaconda3\\Scripts\\jupyter-notebook-script.py", line 10, in \<module\>
sys.exit(main())
^^^^^^
File "C:\\Users\\48608\\anaconda3\\Lib\\site-packages\\jupyter_server\\extension\\application.py", line 623, in launch_instance
serverapp.start()
File "C:\\Users\\48608\\anaconda3\\Lib\\site-packages\\jupyter_server\\serverapp.py", line 3119, in start
self.start_app()
File "C:\\Users\\48608\\anaconda3\\Lib\\site-packages\\jupyter_server\\serverapp.py", line 3023, in start_app
self.write_browser_open_files()
File "C:\\Users\\48608\\anaconda3\\Lib\\site-packages\\jupyter_server\\serverapp.py", line 2890, in write_browser_open_files
self.write_browser_open_file()
File "C:\\Users\\48608\\anaconda3\\Lib\\site-packages\\jupyter_server\\serverapp.py", line 2913, in write_browser_open_file
with open(self.browser_open_file, "w", encoding="utf-8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: \[Errno 13\] Permission denied: 'C:\\Users\\48608\\AppData\\Roaming\\jupyter\\runtime\\jpserver-4920-open.html`

Is anyone able to help me with it? (I search through the forum but solution proposed for similar problems were to complex for me right now)

I'm super new into Python and I meet some problems with Jupyter Notebook openning. (normaly I learn with VS Code).

Here is an error:


\[E 2024-11-15 22:50:06.734 ServerApp\] Failed to write server-info to C:\\Users\\48608\\AppData\\Roaming\\jupyter\\runtime\\jpserver-4920.json: PermissionError(13, 'Permission denied')
Traceback (most recent call last):
File "C:\\Users\\48608\\anaconda3\\Scripts\\jupyter-notebook-script.py", line 10, in \<module\>
sys.exit(main())
^^^^^^
File "C:\\Users\\48608\\anaconda3\\Lib\\site-packages\\jupyter_server\\extension\\application.py", line 623, in launch_instance
serverapp.start()
File "C:\\Users\\48608\\anaconda3\\Lib\\site-packages\\jupyter_server\\serverapp.py", line 3119, in start
self.start_app()
File "C:\\Users\\48608\\anaconda3\\Lib\\site-packages\\jupyter_server\\serverapp.py", line 3023, in start_app
self.write_browser_open_files()
File "C:\\Users\\48608\\anaconda3\\Lib\\site-packages\\jupyter_server\\serverapp.py", line 2890, in write_browser_open_files
self.write_browser_open_file()
File "C:\\Users\\48608\\anaconda3\\Lib\\site-packages\\jupyter_server\\serverapp.py", line 2913, in write_browser_open_file
with open(self.browser_open_file, "w", encoding="utf-8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: \[Errno 13\] Permission denied: 'C:\\Users\\48608\\AppData\\Roaming\\jupyter\\runtime\\jpserver-4920-open.html`

Is anyone able to help me with it? (I search through the forum but solution proposed for similar problems were to complex for me right now)

Share Improve this question asked Nov 16, 2024 at 8:16 Damian ChojnackiDamian Chojnacki 1
Add a comment  | 

1 Answer 1

Reset to default 0

Error message you are seeing indicates that Jupyter Notebook is unable to write to a specific file due to a "Permission Denied" error. This can happen for a few reasons, such as permission settings on your system or potential conflicts with other processes. Make sure you have appropriate permissions to write to the directory C:\Users\48608\AppData\Roaming\jupyter\runtime

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745663392a4638973.html

相关推荐

  • python - Jupyter Notebook doesn&#39;t open - Stack Overflow

    I'm super new into Python and I meet some problems with Jupyter Notebook openning. (normaly I lear

    5小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信