Jeremy Tuloup
Jeremy Tuloup
Fixes jupyter/notebook#6393 Add a "Trusted" / "Not Trusted" indicator similar to the classic notebook: https://user-images.githubusercontent.com/591645/141377961-69cbe653-3f98-4f41-8834-2d28b592df82.mp4
- [ ] Add lite badge to the README.md - [ ] Test on https://readthedocs.org/projects/ipylab/builds/16227656/
There could be more examples, such as more advanced widgets, for example with `bqplot`: 
So some settings could be persisted:  For example whether widgets and panels should be restored automatically.
Ideally we would be able to write code that looks like this: ```python res = await app.commands.execute('docmanager:new-untitled') await app.commands.execute('docmanager:open', { 'path': res.path }) ``` So it stays very similar to...
The lab extensions provided in this repo should eventually be moved to https://github.com/jupyter-server/jupyter-resource-usage. This will avoid having an external dependency on `nbresuse` / `jupyter-resource-usage`. And using the new distribution system...
Prototype to get an idea of what showing more detailed metrics would look like. Fixes #24. Uses kernel metrics from the `nbresuse` endpoint to show more details about resource usage....
The number of available cpus could be shown to the user as in a tooltip, or next to the percent value.
It would be useful to be able to open a new panel with more stats, that could be put to the right of a notebook for example (or maybe the...
It would be great to be able to send custom messages to the kernel. We could imagine having a new panel with a few options: 1. to select the channel...