Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

### Problem There is an increasing number of lab-based applications now reusing the federated extensions system to pick up prebuilt extensions automatically. For example: - JupyterLab Desktop: https://github.com/jupyterlab/jupyterlab-desktop - RetroLab:...

enhancement

### Problem The classic notebook has some logic to auto scroll outputs when they become too long: https://github.com/jupyter/notebook/blob/a9a31c096eeffe1bff4e9164c6a0442e0e13cdb3/notebook/static/notebook/less/outputarea.less#L12 This is useful becomes it saves screen real estate and doesn't confuse...

enhancement
tag:Feature Parity

### Problem Originally posted by @bollwyvl in https://github.com/jupyterlab/jupyterlab/pull/13321#issuecomment-1321249395 Requiring Node.js on end-user machines to enable some functionalities can sometimes be problematic and difficult to deal with. ### Proposed Solution >...

enhancement

Alternative to https://github.com/jupyterlab/jupyter-collaboration/pull/345 Needs https://github.com/jupyterlab/jupyterlab/pull/16794 Register the `YDrive` as a the default drive in JupyterLab, relying on the split of the service manager plugins in https://github.com/jupyterlab/jupyterlab/pull/16794. One of the nice...

enhancement

Just like `.ipynb` files, it would be great to be able to open `.jcad` files with the JSON editor: ![Image](https://github.com/user-attachments/assets/e3e4b9e3-91fb-43f4-8c0f-ad3f66839014)

This should likely fix https://github.com/denoland/deno/issues/26083. Moving the kernel icons manually to the `kernels/deno` folder seems to be fixing it when testing locally: ![image](https://github.com/user-attachments/assets/7e39bcb5-481d-4583-b1b5-9d5638fa8974)

Version: Deno 2.0.0 Trying to use the Jupyter kernel for Deno, it looks like the logos are not copied to the correct directory. For example when testing on Binder with...

bug
deno jupyter

https://github.com/jupyterlite/xeus/pull/121 added a pin on `mamba

Needs https://github.com/jupyterlab/jupyterlab/pull/16870 Closes https://github.com/jupyter/notebook/pull/7480 Fixes https://github.com/jupyter/notebook/issues/6396 [filebrowser-settings-notebook-lab.webm](https://github.com/user-attachments/assets/35a9e35e-d54a-473b-a7b8-d6a891fb3c03)

bug

Fixes https://github.com/jupyter/notebook/issues/6396 Based on the upstream PR in JupyterLab: https://github.com/jupyterlab/jupyterlab/pull/16598 As with the other file browser settings, changing it here in Notebook modifies it in JupyterLab too. Ideally this should...

enhancement