Jeremy Tuloup
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:...
### 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...
### 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 >...
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...
Just like `.ipynb` files, it would be great to be able to open `.jcad` files with the JSON editor: 
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: 
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...
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)
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...