Hello, I get this application launch error every time I try to open Jupyter Notebook through the Anaconda nav. I even tried reinstalling Anaconda which didn’t help. when I tried to update Anaconda 2.6.2 there was no option to update update it. Can someone help here in this community?
[I 2024-07-30 02:34:04.033 ServerApp] Extension package jupyter_lsp took 0.2452s to import
[W 2024-07-30 02:34:04.033 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.
[I 2024-07-30 02:34:04.195 ServerApp] Extension package jupyter_server_terminals took 0.1609s to import
[W 2024-07-30 02:34:04.302 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-07-30 02:34:09.680 ServerApp] Extension package panel.io.jupyter_server_extension took 5.3757s to import
[I 2024-07-30 02:34:09.681 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-07-30 02:34:09.694 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-07-30 02:34:09.706 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-07-30 02:34:09.717 ServerApp] notebook | extension was successfully linked.
[I 2024-07-30 02:34:11.052 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-07-30 02:34:11.053 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2024-07-30 02:34:11.180 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-07-30 02:34:11.186 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-07-30 02:34:11.187 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-07-30 02:34:11.202 LabApp] JupyterLab extension loaded from C:\Users\apriyad\AppData\Local\anaconda3\Lib\site-packages\jupyterlab
[I 2024-07-30 02:34:11.202 LabApp] JupyterLab application directory is C:\Users\apriyad\AppData\Local\anaconda3\share\jupyter\lab
[I 2024-07-30 02:34:11.203 LabApp] Extension Manager is ‘pypi’.
[I 2024-07-30 02:34:11.209 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-07-30 02:34:11.221 ServerApp] notebook | extension was successfully loaded.
[I 2024-07-30 02:34:11.223 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2024-07-30 02:34:11.224 ServerApp] Serving notebooks from local directory: C:\Users\apriyad
[I 2024-07-30 02:34:11.224 ServerApp] Jupyter Server 2.14.1 is running at:
[I 2024-07-30 02:34:11.224 ServerApp] http://localhost:8888/tree?token=b6b336dd64e358998adc985a941bd263bfb6681cdd45c519
[I 2024-07-30 02:34:11.224 ServerApp] http://127.0.0.1:8888/tree?token=b6b336dd64e358998adc985a941bd263bfb6681cdd45c519
[I 2024-07-30 02:34:11.226 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[E 2024-07-30 02:34:11.226 ServerApp] Failed to write server-info to C:\Users\apriyad\AppData\Roaming\jupyter\runtime\jpserver-1744.json: PermissionError(13, ‘Permission denied’)
Traceback (most recent call last):
File “C:\Users\apriyad\AppData\Local\anaconda3\Scripts\jupyter-notebook-script.py”, line 10, in
sys.exit(main())
^^^^^^
File “C:\Users\apriyad\AppData\Local\anaconda3\Lib\site-packages\jupyter_server\extension\application.py”, line 623, in launch_instance
serverapp.start()
File “C:\Users\apriyad\AppData\Local\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 3119, in start
self.start_app()
File “C:\Users\apriyad\AppData\Local\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 3023, in start_app
self.write_browser_open_files()
File “C:\Users\apriyad\AppData\Local\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 2890, in write_browser_open_files
self.write_browser_open_file()
File “C:\Users\apriyad\AppData\Local\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\apriyad\AppData\Roaming\jupyter\runtime\jpserver-1744-open.html’