I can’t launch jupyter notebook. I updated jupyter and upgraded jupyter_lsp. When I try to launch Jupyter, the following application launch error pops out. Can someone help me with this problem?
[W 2024-08-21 00:07:23.204 ServerApp] A _jupyter_server_extension_points
function was not found in jupyter_lsp. Instead, a _jupyter_server_extension_paths
function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[W 2024-08-21 00:07:24.184 ServerApp] A _jupyter_server_extension_points
function was not found in notebook_shim. Instead, a _jupyter_server_extension_paths
function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-08-21 00:07:26.787 ServerApp] Extension package panel.io.jupyter_server_extension took 2.6020s to import
[I 2024-08-21 00:07:26.789 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-08-21 00:07:26.797 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-08-21 00:07:26.806 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-08-21 00:07:26.814 ServerApp] notebook | extension was successfully linked.
[I 2024-08-21 00:07:27.600 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-08-21 00:07:27.600 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2024-08-21 00:07:27.672 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-08-21 00:07:27.677 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-08-21 00:07:27.679 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-08-21 00:07:27.685 LabApp] JupyterLab extension loaded from C:\Users\Honore\anaconda3\Lib\site-packages\jupyterlab
[I 2024-08-21 00:07:27.686 LabApp] JupyterLab application directory is C:\Users\Honore\anaconda3\share\jupyter\lab
[I 2024-08-21 00:07:27.687 LabApp] Extension Manager is ‘pypi’.
[I 2024-08-21 00:07:27.691 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-08-21 00:07:27.699 ServerApp] notebook | extension was successfully loaded.
[I 2024-08-21 00:07:27.700 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2024-08-21 00:07:27.702 ServerApp] Serving notebooks from local directory: C:\Users\Honore
[I 2024-08-21 00:07:27.702 ServerApp] Jupyter Server 2.14.1 is running at:
[I 2024-08-21 00:07:27.702 ServerApp] http://localhost:8888/tree?token=88fe9650c0c8b2f0f2cd60edbca00a56999fbe313ecbcc01
[I 2024-08-21 00:07:27.702 ServerApp] http://127.0.0.1:8888/tree?token=88fe9650c0c8b2f0f2cd60edbca00a56999fbe313ecbcc01
[I 2024-08-21 00:07:27.702 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[E 2024-08-21 00:07:27.702 ServerApp] Failed to write server-info to C:\Users\Honore\AppData\Roaming\jupyter\runtime\jpserver-10264.json: PermissionError(13, ‘Permission denied’)
Traceback (most recent call last):
File “C:\Users\Honore\anaconda3\Scripts\jupyter-notebook-script.py”, line 10, in
sys.exit(main())
^^^^^^
File “C:\Users\Honore\anaconda3\Lib\site-packages\jupyter_server\extension\application.py”, line 623, in launch_instance
serverapp.start()
File “C:\Users\Honore\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 3119, in start
self.start_app()
File “C:\Users\Honore\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 3023, in start_app
self.write_browser_open_files()
File “C:\Users\Honore\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 2890, in write_browser_open_files
self.write_browser_open_file()
File “C:\Users\Honore\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\Honore\AppData\Roaming\jupyter\runtime\jpserver-10264-open.html’