Jeremy Tuloup
Jeremy Tuloup
With the latest 7.0 pre-release hovering on the Jupyter icon in the top area does not show the mouse pointer:  https://user-images.githubusercontent.com/591645/188081975-b57caccb-005a-4311-b7f1-b3c4522f291b.mp4 I think it used to be, so probably...
Fixes https://github.com/jupyter/notebook/issues/6500 Start updating to the latest JupyterLab 4.0 pre-release. ### TODO - [x] Revert https://github.com/jupyter/notebook/pull/6499 - [ ] Check CodeMirror 6 - [ ] Add `lsp-extension` - [x] Update...
## References Kickstarting the migration to `hatch` using the migration script: https://hatch-jupyter-builder.readthedocs.io/en/stable/source/how_to_guides/migrating_javascript_projects.html ``` pip install hatch_jupyter_builder python -m hatch_jupyter_builder.migrate . ``` More info: https://blog.jupyter.org/packaging-for-jupyter-in-2022-c7be64c38926 ## Code changes Update to `hatch`....
Opening a new issue to track follow-up improvements to the Gitpod setup. Previous iterations: - https://github.com/jupyterlab/jupyterlab/pull/9883 - https://github.com/jupyterlab/jupyterlab/pull/12697 - https://github.com/jupyterlab/jupyterlab/pull/13030 @trallard originally posted in #13030: - [ ] **Add to...
## References See the announcement blog post: https://devblogs.microsoft.com/typescript/announcing-typescript-4-8 ## Code changes - [x] Update `typescript` to `4.8` - [x] Fix some typings - [ ] Update more dependencies? ## User-facing...
### Problem There is no more development happening on RetroLab: https://github.com/jupyterlab/retrolab#%EF%B8%8F-retrolab-and-notebook-v7-%EF%B8%8F Also JupyterLab 4 and Notebook 7 will be sibling releases and their final versions are expected in the coming...
Investigating an issue in https://github.com/voila-dashboards/voila/pull/846 where using an `interactive_output` would trigger the following error: ``` TypeError: Cannot read properties of undefined (reading 'sessionContext') ``` https://github.com/voila-dashboards/voila/pull/846 uses the JupyterLab packages but...
### Problem To follow the lead of the cookiecutter: https://github.com/jupyterlab/extension-cookiecutter-ts/pull/222 And streamline all the examples. ### Proposed Solution Maybe the upgrade script would work with this and help do most...
### Problem It would be great to start encouraging extension authors to create / test their extensions with the JupyterLab 4 and Notebook 7 pre-releases using this cookiecutter. ### Proposed...