I am new to all this. I have just installed anaconda and I can’t launch Jupyter notebook and jupyterlab. when i try to launch it, the following message pops out. Can somebody help me please? Thank you
[W 2024-07-08 22:52:59.521 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-07-08 22:52:59.531 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-08 22:53:00.549 ServerApp] Extension package panel.io.jupyter_server_extension took 1.0162s to import
[I 2024-07-08 22:53:00.549 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-07-08 22:53:00.557 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-07-08 22:53:00.566 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-07-08 22:53:00.576 ServerApp] notebook | extension was successfully linked.
[I 2024-07-08 22:53:00.946 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-07-08 22:53:00.946 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2024-07-08 22:53:00.996 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-07-08 22:53:00.996 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-07-08 22:53:00.996 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-07-08 22:53:00.996 LabApp] JupyterLab extension loaded from C:\Anaconda\Lib\site-packages\jupyterlab
[I 2024-07-08 22:53:01.006 LabApp] JupyterLab application directory is C:\Anaconda\share\jupyter\lab
[I 2024-07-08 22:53:01.006 LabApp] Extension Manager is ‘pypi’.
[I 2024-07-08 22:53:01.007 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-07-08 22:53:01.007 ServerApp] notebook | extension was successfully loaded.
[I 2024-07-08 22:53:01.007 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2024-07-08 22:53:01.016 ServerApp] The port 8888 is already in use, trying another port.
[I 2024-07-08 22:53:01.016 ServerApp] The port 8889 is already in use, trying another port.
[I 2024-07-08 22:53:01.016 ServerApp] The port 8890 is already in use, trying another port.
[I 2024-07-08 22:53:01.016 ServerApp] The port 8891 is already in use, trying another port.
[I 2024-07-08 22:53:01.016 ServerApp] Serving notebooks from local directory: C:\Users\Eneth Gomez
[I 2024-07-08 22:53:01.016 ServerApp] Jupyter Server 2.14.1 is running at:
[I 2024-07-08 22:53:01.016 ServerApp] http://localhost:8892/lab?token=bdf19cc80589140bb8fe4181be845641e0ba8876e26729cc
[I 2024-07-08 22:53:01.016 ServerApp] http://127.0.0.1:8892/lab?token=bdf19cc80589140bb8fe4181be845641e0ba8876e26729cc
[I 2024-07-08 22:53:01.016 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[E 2024-07-08 22:53:01.016 ServerApp] Failed to write server-info to C:\Users\Eneth Gomez\AppData\Roaming\jupyter\runtime\jpserver-20488.json: PermissionError(13, ‘Permission denied’)
Traceback (most recent call last):
File “C:\Anaconda\Scripts\jupyter-lab-script.py”, line 10, in
sys.exit(main())
^^^^^^
File “C:\Anaconda\Lib\site-packages\jupyter_server\extension\application.py”, line 623, in launch_instance
serverapp.start()
File “C:\Anaconda\Lib\site-packages\jupyter_server\serverapp.py”, line 3119, in start
self.start_app()
File “C:\Anaconda\Lib\site-packages\jupyter_server\serverapp.py”, line 3023, in start_app
self.write_browser_open_files()
File “C:\Anaconda\Lib\site-packages\jupyter_server\serverapp.py”, line 2890, in write_browser_open_files
self.write_browser_open_file()
File “C:\Anaconda\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\Eneth Gomez\AppData\Roaming\jupyter\runtime\jpserver-20488-open.html’