Jeremy Tuloup

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

enhancement

- [ ] Add lite badge to the README.md - [ ] Test on https://readthedocs.org/projects/ipylab/builds/16227656/

enhancement

There could be more examples, such as more advanced widgets, for example with `bqplot`: ![bqplot-example](https://user-images.githubusercontent.com/591645/69456397-d20d4180-0d6a-11ea-9199-50ceaf08188f.gif)

So some settings could be persisted: ![image](https://user-images.githubusercontent.com/591645/69476583-0240f880-0ddc-11ea-906c-7ca41506efb8.png) 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...