Eric Charles

Results 535 comments of Eric Charles

It is working, but you need to run at least one cell before it becomes available. You just need to press TAB key. ![Untitled6](https://github.com/datalayer/jupyter-ui/assets/226720/bfe4f7bf-1057-435d-bd09-cec214291423)

@BrandonEscamilla Thx for sharing more details on that. To support all the options (that one, or any one provided by JupyterLab), Jupyter-UI (this library) is moving towards a JupyterLabApp component...

Thx for asking. I have been busy on the jupyterlite feature recently, and will look at this tomorrow.

@kennyster92 I have pushed changes and released a new `jupyter-react` 0.3.1 on npm.js. This allows you to create a React component that is notified on each notebook kernel status change,...

The normal behavior is to have the serviceManager constantly connecting the server to list the kernels, sessions... This is also happening the same way in JupyterLab. Even without any notebook...

> This is a great project! Great to read. Thx! > However, it seems rather tedious to setup from source. Can not agree more. This is a real pain, and...

Looking now at the vscode devcontainer option.

VSCode devcontainers is now supported with https://github.com/datalayer/jupyter-ui/commit/0ee4a204a42879dd18744a726026c7dc501ae395 You can develop from a Docker container , see the doc on https://jupyter-ui.datalayer.tech/docs/develop/setup/devcontainers

cc/ @eleonorecharles @aelskens

Yes, it is possible and there are various ways to create those custom widgets - Happy to give more details on those options (or hear more about your requirements). IPyWidgets...