Jeremy Tuloup

Results 481 issues of 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...

maintenance

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...

bug

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

bug

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,...

enhancement

### 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...

enhancement

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? ``` ![image](https://user-images.githubusercontent.com/591645/212284901-d81598bd-af9a-4036-b9ce-79dd4a6a78d6.png) JupyterLab inlines...

question
help wanted

### Problem Currently the Gitter badge in the README redirects to the `QuantStack/Lobby` room on Gitter: ![image](https://github.com/voila-dashboards/voila/assets/591645/8971e87e-46d6-427d-ac63-2707b6f1bc56) While this room is public, it would make sense to send users and...

documentation

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...

good first issue
jupyterlab-preview

### 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...

documentation

### 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...

enhancement