Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

Jupyter Notebook 7.3.0 is now available: https://github.com/jupyter/notebook/releases/tag/v7.3.0

Thanks @JasonWeill for the report. I think this also happens on a dev install of JupyterLab, so not sure it's directly related to `jupyter-collaboration`.

But we can likely fix it on this repo too. Running `jlpm why punycode -R` gives the following: ``` ├─ @jupyter/collaboration-extension@workspace:packages/collaboration-extension │ ├─ @jupyter/docprovider@workspace:packages/docprovider (via ^3.0.0-rc.0) │ └─ @jupyterlab/builder@npm:4.2.4 (via...

There seems to be an issue about where the RTC-related repos should live: https://github.com/jupyterlab/frontends-team-compass/issues/257

Being able to use both would be great. Adding `jupyterlab-unfold` to core lab for 4.4.0 would make a nice feature. Also some users might still prefer the current lab file...

FYI I've added https://github.com/jupyterlab/jupyterlab/issues/5526 to the `4.4.0` milestone, so we have it on the radar.

Thanks @andrii-i for organizing this bug bash, and everyone for helping! Since JupyterLab 4.4.0 has been released, should this issue be closed? Or is there some information in the google...

> Jupyter Notebook should not override browsers' built-in keyboard shortcuts, wherever possible. Yes this used to be the case before: https://github.com/jupyter/notebook/pull/6905#issuecomment-1582049295 > Virtual rendering may cause the browser's search box...

@ai-robert yes this is intentional because of how the notebook component works in JupyterLab / Jupyter Notebook. See the comment above: > This was indeed changed in https://github.com/jupyter/notebook/pull/6905 because of...

@dreampuf were you able to try the suggestion from the above comment? > To turn it off, you should be able to provide a custom settings file to disable the...