Jeremy Tuloup
Jeremy Tuloup
In https://github.com/jupyter/notebook/pull/6872 we noticed some differences for the rendering of the "Click to add a cell" button in Firefox when running the Playwright tests. **default** (on CI) The "Click to...
Testing with: - `7.1.0a0`, `7.1.0a1` or `7.1.0a2` (or newer) - A custom drive, for example https://github.com/jupyterlab/jupyterlab-github/ The default file browser on the tree page tries to create files and directories...
Workaround for https://github.com/jupyter/notebook/issues/7210. It's not clear yet which change introduced the behavior reported in https://github.com/jupyter/notebook/issues/7210. Fixes https://github.com/jupyter/notebook/issues/6665
https://github.com/jupyter/notebook/pull/7198 added the plugin manager to `left` area: [notebook-pluginmanager.webm](https://github.com/jupyter/notebook/assets/591645/48857932-2b85-4d50-a761-63aa36fe20e1) This enables the feature, which is still hidden by default. However this might not be the best in terms of UX,...
### Problem For some users it might be odd to type the `jupyter labextension` commands if they only use Jupyter Notebook 7 and not JupyterLab. ### Proposed Solution Maybe it...
The classic notebook (v6) opens the help panel at the bottom of the page, for example when using the following code snippet: ```py import math math.pi? ```  JupyterLab inlines...
### Problem Currently the Gitter badge in the README redirects to the `QuantStack/Lobby` room on Gitter:  While this room is public, it would make sense to send users and...
There is already a `notebook:open-with-voila` command to open the voila dashboard in a new browser tab. It's in the palette and the view menu, but it would be great to...
### Problem As announced a couple of weeks ago, Heroku is discontinuing their free plans: https://blog.heroku.com/next-chapter This makes deploying Voila to Heroku much less interesting that before. As discussed in...
### Problem Manual releases can lead to issues like https://github.com/jupyterlab/jupyter-renderers/issues/306, with some `npm` packages not published as part of the release process. ### Proposed Solution Adopt the Jupyter Releaser to...