Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

With the latest 7.0 pre-release hovering on the Jupyter icon in the top area does not show the mouse pointer: ![image](https://user-images.githubusercontent.com/591645/188081580-4759821a-c07d-45be-b3aa-069dc555c160.png) https://user-images.githubusercontent.com/591645/188081975-b57caccb-005a-4311-b7f1-b3c4522f291b.mp4 I think it used to be, so probably...

bug
help wanted
good first issue

Updating `@playwright/test` to a newer version.

maintenance

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...

enhancement

## 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`....

maintenance

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...

maintenance

## 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...

pkg:terminal
pkg:notebook
pkg:codeeditor
maintenance
pkg:console
pkg:filebrowser
pkg:completer
pkg:docregistry
tag:Examples
pkg:inspector
pkg:launcher
pkg:application
pkg:running
pkg:fileeditor
pkg:help
pkg:csvviewer
pkg:imageviewer
pkg:markdownviewer
pkg:rendermime
pkg:tooltip
pkg:services
pkg:apputils
pkg:cells
pkg:codemirror
pkg:coreutils
pkg:themes
pkg:docmanager
pkg:outputarea
pkg:shortcuts
pkg:settingeditor
pkg:vega
pkg:pdf
pkg:mainmenu
pkg:json
pkg:extensionmanager
pkg:attachments
pkg:javascript
pkg:mathjax2
pkg:observables
pkg:vdom
tag:Testing
pkg:statusbar
pkg:ui-components
pkg:htmlviewer
pkg:documentsearch
pkg:hub
pkg:logconsole
pkg:celltags
pkg:property-inspector
pkg:settingregistry
pkg:statedb
pkg:toc
pkg:debugger
pkg:translation
pkg:docprovider
pkg:shared-models
pkg:cell-toolbar
pkg:lsp
pkg:collaboration

### 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...

enhancement

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...

enhancement
status:Needs Triage

### 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...

enhancement