Newbie: Error loading server extension jupyter_lsp

Hello,

I just installed Anaconda on an M2 Mac and I am seeing these errors when I open Jupyter notebook. The Notebook itself does open. I am new to this, please explain in simple terms.

ERROR #1

[W 14:04:27.035 NotebookApp] Error loading server extension jupyter_lsp
Traceback (most recent call last):
File “/Applications/anaconda3/lib/python3.11/site-packages/notebook/notebookapp.py”, line 2050, in init_server_extensions
func(self)
File “/Applications/anaconda3/lib/python3.11/site-packages/jupyter_lsp/serverextension.py”, line 76, in load_jupyter_server_extension
nbapp.io_loop.call_later(0, initialize, nbapp, virtual_documents_uri)
^^^^^^^^^^^^^
AttributeError: ‘NotebookApp’ object has no attribute ‘io_loop’
[W 14:04:27.238 NotebookApp] Loading JupyterLab as a classic notebook (v6) extension.

ERROR #2

0.00s - Debugger warning: It seems that frozen modules are being used, which may

0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off

0.00s - to python to disable frozen modules.

0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.

Just installed Anaconda myself and got exactly the same thing when launching Jupyter.