Jeremy Tuloup

Results 2214 comments of Jeremy Tuloup

OK, thanks for checking!

On Ubuntu with Firefox and Chrome, Ctrl-Shift-C opens the dev tools: [classic-notebook-ctrl-shift-c-dev-tools.webm](https://github.com/user-attachments/assets/efa29a8a-00c6-4d25-b027-c952963159ae) So this hotkey likely works on MacOS only? Could you try if this works in JupyterLab, and if...

Thanks @arielhal. Maybe it's possible to use Jupyter Widgets like `Button` and `Text` : https://ipywidgets.readthedocs.io/en/stable/examples/Widget%20List.html And widget events to detect when the value of the input field has changed, or...

Thanks @gunstonej. Would these arguments be consumed in a notebook? That sounds similar to the prelaunch hook: https://github.com/voila-dashboards/voila/pull/218

I just renamed the issue to mention "browser tab" instead of just "tab".

I was going through PRs added to the `3.2.x` milestone and found this one. Is it still relevant, and if so should it be bumped to `3.3.x` or `4.0`? Thanks!

Just tried locally with the following versions: ``` jupyterlab 4.2.2 jupyterlab_geojson 3.4.0 ``` And it seems to be working well: ![image](https://github.com/jupyterlab/jupyter-renderers/assets/591645/28678fc3-31c7-4c96-9dc7-55d9eedf988b) Would you be able to update to the latest...

> 2. Export a BinderHub client API library that others can re-implement. Right now, everyone does their own implementation, and particularly run into problems against eventsource retries. A standalone `@binderhub/client`...

@echarles if you have more examples or use cases feel free to add them here, thanks!

As a nice side-effect, this extension will probably be compatible with the [next major version of the Jupyter Notebook 7](https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html) as well: ![image](https://user-images.githubusercontent.com/591645/213570180-21a73ca0-5c07-41c3-b5de-498e35ec1b28.png) Probably a couple of things to address...