I got this error when wanted to launch jupyter. what to do please?

[I 2025-07-29 02:16:08.507 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2025-07-29 02:16:08.517 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2025-07-29 02:16:08.529 ServerApp] jupyterlab | extension was successfully linked.
[I 2025-07-29 02:16:08.538 ServerApp] notebook | extension was successfully linked.
[I 2025-07-29 02:16:09.323 ServerApp] notebook_shim | extension was successfully linked.
[I 2025-07-29 02:16:09.396 ServerApp] notebook_shim | extension was successfully loaded.
[I 2025-07-29 02:16:09.400 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2025-07-29 02:16:09.402 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2025-07-29 02:16:09.411 LabApp] JupyterLab extension loaded from C:\ProgramData\anaconda3\envs\create_an_environment\Lib\site-packages\jupyterlab
[I 2025-07-29 02:16:09.411 LabApp] JupyterLab application directory is C:\ProgramData\anaconda3\envs\create_an_environment\share\jupyter\lab
[I 2025-07-29 02:16:09.413 LabApp] Extension Manager is ‘pypi’.
[I 2025-07-29 02:16:09.902 ServerApp] jupyterlab | extension was successfully loaded.
[I 2025-07-29 02:16:09.911 ServerApp] notebook | extension was successfully loaded.
[I 2025-07-29 02:16:09.913 ServerApp] Serving notebooks from local directory: C:\Users\ADMIN
[I 2025-07-29 02:16:09.913 ServerApp] Jupyter Server 2.16.0 is running at:
[I 2025-07-29 02:16:09.913 ServerApp] http://localhost:8888/tree?token=7ae54e4f45ea61476c5ef4ccc4255965762c7ca05015f541
[I 2025-07-29 02:16:09.913 ServerApp] http://127.0.0.1:8888/tree?token=7ae54e4f45ea61476c5ef4ccc4255965762c7ca05015f541
[I 2025-07-29 02:16:09.913 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[E 2025-07-29 02:16:09.914 ServerApp] Failed to write server-info to C:\Users\ADMIN\AppData\Roaming\jupyter\runtime\jpserver-8108.json: PermissionError(13, ‘Permission denied’)
Traceback (most recent call last):
File “C:\ProgramData\anaconda3\envs\create_an_environment\Scripts\jupyter-notebook-script.py”, line 10, in
sys.exit(main())

File "C:\ProgramData\anaconda3\envs\create_an_environment\Lib\site-packages\jupyter_server\extension\application.py", line 635, in launch_instance
serverapp.start()
~~~~~~~~~~~~~~~^^
File "C:\ProgramData\anaconda3\envs\create_an_environment\Lib\site-packages\jupyter_server\serverapp.py", line 3196, in start
self.start_app()
~~~~~~~~~~~~~~^^
File "C:\ProgramData\anaconda3\envs\create_an_environment\Lib\site-packages\jupyter_server\serverapp.py", line 3088, in start_app
self.write_browser_open_files()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\ProgramData\anaconda3\envs\create_an_environment\Lib\site-packages\jupyter_server\serverapp.py", line 2955, in write_browser_open_files
self.write_browser_open_file()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\ProgramData\anaconda3\envs\create_an_environment\Lib\site-packages\jupyter_server\serverapp.py", line 2978, in write_browser_open_file
with open(self.browser_open_file, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\ADMIN\\AppData\\Roaming\\jupyter\\runtime\\jpserver-8108-open.html'

How are you attempting to start Jupyter? There’s several ways to do this, especially since I see you have installed via Anaconda. Have you tried the Anaconda Navigator?

Were things working earlier the way you are trying now?

Please read and follow the suggestions in Getting good answers to your questions .