Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

## Description ## Reproduce - Open browser tabs - Type some code in one of them - Press `Shift-Enter` - This automatically creates a new cell below - See how...

bug

### Problem Currently it looks like the `collaboration-extension` disables the default file browser here: https://github.com/jupyterlab/jupyter_collaboration/blob/d8481ce01934a671e5da049f31062bbbb6bccd56/packages/collaboration-extension/package.json#L91-L93 And provides its own `IDefaultFileBrowser` here: https://github.com/jupyterlab/jupyter_collaboration/blob/d8481ce01934a671e5da049f31062bbbb6bccd56/packages/collaboration-extension/src/filebrowser.ts#L29 It's a good way to seamlessly enable RTC...

enhancement

### Problem The JupyterLab has a couple of issues tagged with the "Real Time Collaboration" label: https://github.com/jupyterlab/jupyterlab/labels/tag%3AReal%20Time%20Collaboration Some of them might be quite generic and could still be under `jupyterlab/jupyterlab`....

enhancement

Thanks for putting that repo together! Maybe this could serve as the base for documenting how to deploy Voila to Hugging Face Spaces? This documentation improvement is tracked in https://github.com/voila-dashboards/voila/issues/1373.

To enable the server extension automatically on install, we could add the data files to `setup.py`.

For faster deployment cycles there could be an (opt-in) option to auto-commit changes on the master branch when clicking the "Deploy" button. Suitable for demo environments, learning - education -...

There should be some indicator to show whether the current tree is up-to-date with the `heroku` branch. Same idea as having a visual cue for "Unsaved changes", or non staged...

It looks like we still have some flakiness with the notebook toolbar sometimes missing the overflow button menu: ![image](https://github.com/jupyter/notebook/assets/591645/7c5c635f-622c-45e2-b0ed-6d08dcc60172) cc @brichet who looked into the notebook toolbar recently (as part...

maintenance

The workflow to update reference Playwright snapshots often fails, and needs to be restarted manually for the update to be completed: https://github.com/jupyter/notebook/blob/main/.github/workflows/playwright-update.yml It sometimes fails because of the UI test...

maintenance

The following warnings are logged in the dev tools console: ![image](https://github.com/jupyter/notebook/assets/591645/cd1932a7-c547-4c54-9288-1bca9a0730de) ``` settingregistry.js:803 Menu entry for command 'filemenu:close-and-cleanup' is duplicated. settingregistry.js:803 Menu entry for command 'application:close' is duplicated. ``` They...

bug