Jeremy Tuloup
Jeremy Tuloup
## Description The following message is logged to the dev tools console when creating a new console: ``` Error: Canceled future for history_request message before replies were done ``` ...
### Problem For now the packages are required in the main `index.js` file: https://github.com/jupyterlab/retrolab/blob/4221275e895bb5f6be57c6ed85d7b1058eb9dde0/app/index.js#L83-L143 This is a bit tedious as this file needs to be updated when we add new...
### Problem The classic notebook shows a "Trust" indicator in the top area:  RetroLab currently doesn't provide such indicator. ### Proposed Solution JupyterLab shows a shied in the status...
This change adds a new `Adding extra handlers to the hub` page to the documentation, to show how to use `c.JupyterHub.extra_handlers` to define custom handlers and have them displayed in...
Switch to a lab-based app for the Voila frontend. [](https://mybinder.org/v2/gh/jtpio/voila/lab-based?urlpath=voila/tree) Closes #4. Closes https://github.com/voila-dashboards/voila/pull/238 Might fix https://github.com/voila-dashboards/voila/issues/904 This replaces the current `requirejs` + `nbextensions` approach by a JupyterLab plugin based...
### Problem At some point we'll want to start merging breaking changes into the `main` branch. We should then start considering making a `0.4.0` release. ### Proposed Solution A new...
### Problem In the [Jupyter Server Meeting yesterday](https://github.com/jupyter-server/team-compass/issues/4#issuecomment-925941938), we discussed the use case of having a `fps` plugin for Voila. This would be a good example for having a tihrd-party...
### Problem With the `ExtensionApp` now part of the latest Jupyter Server stable releases since 1.0, we should switch `voila` to using it. ### Proposed Solution There has already been...
The `many_iopub_messages_test` check seems to be failing more often on CI on `macos` recently. We should investigate whether this is something to worry about, or if it is just flaky...
**EDIT**: this branch depends on https://github.com/voila-dashboards/voila/pull/41. The relevant changes for this current PR are the ones under `packages/jupyterlab-voila/*`. ### Motivation Having such list can be useful to get an idea...