labextension support on jupyterlab >= 4.0
rvalieris opened this issue · comments
Sorry if this was already discussed, I couldn't find a relevant issue, but I doesn't seems like the proxy extension is working on jupyterlab 4.0, even after installing jupyter-server-proxy==4.0.0
:
(jupyter) $ jupyter labextension list
Config option `kernel_spec_manager_class` not recognized by `ListLabExtensionsApp`.
[W 2023-06-21 14:13:36.675 LabApp] Config option `kernel_spec_manager_class` not recognized by `LabApp`.
JupyterLab v4.0.1
/conda/envs/jupyter/share/jupyter/labextensions
jupyterlab_pygments v0.2.2 enabled X (python, jupyterlab_pygments)
ipycanvas v0.13.1 enabled OK
ipyevents v2.0.1 enabled OK
jupyterlab-execute-time v3.0.0 enabled OK (python, jupyterlab_execute_time)
@jupyter-widgets/jupyterlab-manager v5.0.7 enabled X (python, jupyterlab_widgets)
@jupyterhub/jupyter-server-proxy v4.0.0 enabled X
The following extensions are outdated:
jupyterlab_pygments
@jupyter-widgets/jupyterlab-manager
@jupyterhub/jupyter-server-proxy
Consider running "jupyter labextension update --all" to check for updates.
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Welcome to the Jupyter community! 🎉
nevermind, it is working, sorry for the noise.
I had to rename the config jupyter_notebook_config.py
to jupyter_server_config.py
as described here: https://jupyter-server.readthedocs.io/en/latest/operators/migrate-from-nbserver.html