Jeremy Tuloup
Jeremy Tuloup
We can likely just update most of the Gitter links to the following, without having to point to a specific channel. For instance: ```rst Jupyter Zulip ``_ ```
What about all the other Gitter links, for example in https://github.com/jupyter/jupyter/blob/master/docs/source/contributing/start-contributing.rst ? Are they still in use? 
Thanks @sherdim for the report. This is probably because you also have the `notebook` package installed in the environment. That package includes the `@jupyter-notebook/lab-extension` extension which adds a button to...
Thanks @steltenpower for the report. Would you be able to provide a code snippet so it's easier to reproduce the issue?
Thanks @echarles for looking into this. > security and user information As discussed in https://github.com/jupyterlab/jupyterlab/pull/13558, and more precisely in https://github.com/jupyterlab/jupyterlab/pull/13558#issuecomment-1344090448, it's all JavaScript in the end, and nothing prevents an...
> I don't understand why considering this. It will make things very hard to reason about and will require new configurations. Yes, I reverted this already and working on some...
> It will also avoid to think about what is available by whom and how to specify a plugin. The only impact will be whether the app will be defined...
Also there seems to be some CSS changes which are likely related to the Lumino update? [latest-lumino-css-changes.webm](https://github.com/user-attachments/assets/c8dc86d5-587d-4854-808f-5a6376a3cbe8) It could be worth attempting the Lumino update separately to fix the CSS,...
Rebasing on top of https://github.com/jupyterlab/jupyterlab/pull/16804 to get the Lumino and CI fixes from https://github.com/jupyterlab/jupyterlab/pull/16804.
Thanks @afshin for the review! I'll look into fixing the few conflicts to we can have CI running.