Launching Jupyter results in launch error

When launching Jupyter I receive the error bellow. I have searched through other similar posts and have not found a solution. Please help if able, thank you.

[W 2025-04-15 20:01:59.502 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 2025-04-15 20:01:59.740 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 2025-04-15 20:02:00.657 ServerApp] Extension package panel.io.jupyter_server_extension took 0.9167s to import
[I 2025-04-15 20:02:00.658 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2025-04-15 20:02:00.662 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2025-04-15 20:02:00.668 ServerApp] jupyterlab | extension was successfully linked.
[I 2025-04-15 20:02:00.673 ServerApp] notebook | extension was successfully linked.
[I 2025-04-15 20:02:01.012 ServerApp] notebook_shim | extension was successfully linked.
[I 2025-04-15 20:02:01.013 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2025-04-15 20:02:01.046 ServerApp] notebook_shim | extension was successfully loaded.
[I 2025-04-15 20:02:01.048 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2025-04-15 20:02:01.049 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2025-04-15 20:02:01.052 LabApp] JupyterLab extension loaded from C:\Users\CjM\anaconda3\Lib\site-packages\jupyterlab
[I 2025-04-15 20:02:01.052 LabApp] JupyterLab application directory is C:\Users\CjM\anaconda3\share\jupyter\lab
[I 2025-04-15 20:02:01.053 LabApp] Extension Manager is ‘pypi’.
[I 2025-04-15 20:02:01.237 ServerApp] jupyterlab | extension was successfully loaded.
[I 2025-04-15 20:02:01.242 ServerApp] notebook | extension was successfully loaded.
[I 2025-04-15 20:02:01.243 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2025-04-15 20:02:01.244 ServerApp] Serving notebooks from local directory: C:\Users\CjM
[I 2025-04-15 20:02:01.244 ServerApp] Jupyter Server 2.14.1 is running at:
[I 2025-04-15 20:02:01.244 ServerApp] http://localhost:8888/tree?token=7aa3db8c66327a13a2d14e644015fe39c57cd81d3f021ffd
[I 2025-04-15 20:02:01.244 ServerApp] http://127.0.0.1:8888/tree?token=7aa3db8c66327a13a2d14e644015fe39c57cd81d3f021ffd
[I 2025-04-15 20:02:01.244 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[E 2025-04-15 20:02:01.244 ServerApp] Failed to write server-info to C:\Users\CjM\AppData\Roaming\jupyter\runtime\jpserver-4368.json: PermissionError(13, ‘Permission denied’)
Traceback (most recent call last):
File “C:\Users\CjM\anaconda3\Scripts\jupyter-notebook-script.py”, line 10, in
sys.exit(main())
^^^^^^
File “C:\Users\CjM\anaconda3\Lib\site-packages\jupyter_server\extension\application.py”, line 623, in launch_instance
serverapp.start()
File “C:\Users\CjM\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 3119, in start
self.start_app()
File “C:\Users\CjM\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 3023, in start_app
self.write_browser_open_files()
File “C:\Users\CjM\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 2890, in write_browser_open_files
self.write_browser_open_file()
File “C:\Users\CjM\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\CjM\AppData\Roaming\jupyter\runtime\jpserver-4368-open.html’

This issue has been resolved by going to the Jupyter runtime directory and accessing it by getting permissions

[I 2026-03-30 12:00:39.247 ServerApp] Extension package panel.io.jupyter_server_extension took 0.6402s to import
[I 2026-03-30 12:00:39.248 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2026-03-30 12:00:39.251 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2026-03-30 12:00:39.254 ServerApp] jupyterlab | extension was successfully linked.
[I 2026-03-30 12:00:39.256 ServerApp] notebook | extension was successfully linked.
[I 2026-03-30 12:00:39.565 ServerApp] notebook_shim | extension was successfully linked.
[I 2026-03-30 12:00:39.565 ServerApp] panel.io.jupyter_server_extension | extension was successfully linked.
[I 2026-03-30 12:00:39.591 ServerApp] notebook_shim | extension was successfully loaded.
[I 2026-03-30 12:00:39.592 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2026-03-30 12:00:39.593 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2026-03-30 12:00:39.596 LabApp] JupyterLab extension loaded from C:\Users\WIT-2526-PC181\anaconda3\Lib\site-packages\jupyterlab
[I 2026-03-30 12:00:39.596 LabApp] JupyterLab application directory is C:\Users\WIT-2526-PC181\anaconda3\share\jupyter\lab
[I 2026-03-30 12:00:39.596 LabApp] Extension Manager is ‘pypi’.
[I 2026-03-30 12:00:39.747 ServerApp] jupyterlab | extension was successfully loaded.
[I 2026-03-30 12:00:39.751 ServerApp] notebook | extension was successfully loaded.
[I 2026-03-30 12:00:39.751 ServerApp] panel.io.jupyter_server_extension | extension was successfully loaded.
[I 2026-03-30 12:00:39.752 ServerApp] Serving notebooks from local directory: C:\Users\WIT-2526-PC181
[I 2026-03-30 12:00:39.752 ServerApp] Jupyter Server 2.17.0 is running at:
[I 2026-03-30 12:00:39.752 ServerApp] http://localhost:8888/tree?token=e99cedc389eadee14faa95ee56faec67eee318017a0681d7
[I 2026-03-30 12:00:39.752 ServerApp] http://127.0.0.1:8888/tree?token=e99cedc389eadee14faa95ee56faec67eee318017a0681d7
[I 2026-03-30 12:00:39.752 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[E 2026-03-30 12:00:39.752 ServerApp] Failed to write server-info to C:\Users\WIT-2526-PC181\AppData\Roaming\jupyter\runtime\jpserver-484.json: PermissionError(13, ‘Permission denied’)
Traceback (most recent call last):
File “”, line 198, in _run_module_as_main
File “”, line 88, in _run_code
File “C:\Users\WIT-2526-PC181\anaconda3\Scripts\jupyter-notebook.exe\_main_.py”, line 6, in
sys.exit(main())
~~~~^^
File “C:\Users\WIT-2526-PC181\anaconda3\Lib\site-packages\jupyter_server\extension\application.py”, line 635, in launch_instance
serverapp.start()
~~~~~~~~~~~~~~~^^
File “C:\Users\WIT-2526-PC181\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 3214, in start
self.start_app()
~~~~~~~~~~~~~~^^
File “C:\Users\WIT-2526-PC181\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 3106, in start_app
self.write_browser_open_files()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File “C:\Users\WIT-2526-PC181\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 2973, in write_browser_open_files
self.write_browser_open_file()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File “C:\Users\WIT-2526-PC181\anaconda3\Lib\site-packages\jupyter_server\serverapp.py”, line 2996, in write_browser_open_file
with open(self.browser_open_file, “w”, encoding=“utf-8”) as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: ‘C:\\Users\\WIT-2526-PC181\\AppData\\Roaming\\jupyter\\runtime\\jpserver-484-open.html’