Jeremy Tuloup
Jeremy Tuloup
Maybe we should remove this menu entry? JupyterLab does not seem to have it:  And the classic notebook redirects to help and external documentation: 
> Help > About Jupyter launches https://jupyter.org in a new tab I meant this one, which corresponds to the comment above: 
> Also, maybe we should discuss this in the https://github.com/numpy/numpy.org repo? 😅 If yes, it would be great if a maintainer here could transfer this issue there. Ah right, happy...
Nice, thanks for working on this! Wondering if this feature could then be expanded (not necessarily in this PR) to also address: - https://github.com/jupyter/notebook/issues/4323 - https://github.com/jupyterlab/jupyterlab/issues/8714
@dependabot recreate
@dependabot recreate
We looked at this issue with @kolibril13 today during the PyData Paris 2024 sprints. I can also reproduce it locally with JupyterLab 4 on Ubuntu in Chrome: [ipylab-splitpanel-issue.webm](https://github.com/user-attachments/assets/0334e95d-f81a-4b4d-ab7f-9aa72b02f28c) But it...
If someone would like to look into this issue, that would likely require checking the use of the `SplitPanel` in the `ipylab` code base, and see if some CSS needs...
@dependabot recreate
> Is there any way to determine the current cell-cursor position? I want to update the text of a single cell repeatedly from a widget You could try using the...