When I try to open Jupyter it appears this message:
[W 2024-08-19 18:25:22.912 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-19 18:25:23.012 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-19 18:25:24.107 ServerApp] Extension package panel.io.jupyter_server_extension took 1.0940s to import
[I 2024-08-19 18:25:24.129 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-08-19 18:25:24.135 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-08-19 18:25:24.141 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-08-19 18:25:24.146 ServerApp] notebook | extension was successfully linked.
[W 2024-08-19 18:25:24.540 ServerApp] A _jupyter_server_extension_points
function was not found in jupyter_nbextensions_configurator. 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-19 18:25:24.540 ServerApp] jupyter_nbextensions_configurator | extension was found and enabled by notebook_shim. Consider moving the extension to Jupyter Server’s extension paths.
[I 2024-08-19 18:25:24.540 ServerApp] jupyter_nbextensions_configurator | extension was successfully linked.
[I 2024-08-19 18:25:24.540 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-08-19 18:25:24.540 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2024-08-19 18:25:24.582 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-08-19 18:25:24.584 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-08-19 18:25:24.584 ServerApp] [jupyter_nbextensions_configurator] enabled 0.6.4
[I 2024-08-19 18:25:24.584 ServerApp] jupyter_nbextensions_configurator | extension was successfully loaded.
[I 2024-08-19 18:25:24.585 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-08-19 18:25:24.589 LabApp] JupyterLab extension loaded from C:ProgramDataanaconda3Libsite-packagesjupyterlab
[I 2024-08-19 18:25:24.589 LabApp] JupyterLab application directory is C:ProgramDataanaconda3sharejupyterlab
[I 2024-08-19 18:25:24.590 LabApp] Extension Manager is ‘pypi’.
[I 2024-08-19 18:25:24.592 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-08-19 18:25:24.599 ServerApp] notebook | extension was successfully loaded.
[I 2024-08-19 18:25:24.600 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2024-08-19 18:25:24.601 ServerApp] Serving notebooks from local directory: C:UsersHenrique
[I 2024-08-19 18:25:24.601 ServerApp] Jupyter Server 2.14.1 is running at:
[I 2024-08-19 18:25:24.601 ServerApp] http://localhost:8888/tree?token=972cbd235a5cc3a6c3648fb897d5500c839132152a0a133a
[I 2024-08-19 18:25:24.601 ServerApp] http://127.0.0.1:8888/tree?token=972cbd235a5cc3a6c3648fb897d5500c839132152a0a133a
[I 2024-08-19 18:25:24.601 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[E 2024-08-19 18:25:24.601 ServerApp] Failed to write server-info to C:UsersHenriqueAppDataRoamingjupyterruntimejpserver-14092.json: PermissionError(13, ‘Permission denied’)
Traceback (most recent call last):
File “C:ProgramDataanaconda3Scriptsjupyter-notebook-script.py”, line 10, in
sys.exit(main())
^^^^^^
File “C:ProgramDataanaconda3Libsite-packagesjupyter_serverextensionapplication.py”, line 623, in launch_instance
serverapp.start()
File “C:ProgramDataanaconda3Libsite-packagesjupyter_serverserverapp.py”, line 3119, in start
self.start_app()
File “C:ProgramDataanaconda3Libsite-packagesjupyter_serverserverapp.py”, line 3023, in start_app
self.write_browser_open_files()
File “C:ProgramDataanaconda3Libsite-packagesjupyter_serverserverapp.py”, line 2890, in write_browser_open_files
self.write_browser_open_file()
File “C:ProgramDataanaconda3Libsite-packagesjupyter_serverserverapp.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:UsersHenriqueAppDataRoamingjupyterruntimejpserver-14092-open.html’
I did not try anything, because I don’t know anything about programming and all of this stuff.