Itay Dafna
Itay Dafna
`dash-daq` is an additional package published by Plotly which provides various control widgets. It should be possible to compile it to WASM and support in WebDash.
This is a tough one because the tech stack here is dense, but we should probably think about a good way to test WebDash and deploy that to a CI.
WebDash currently uses a global window variable `window.dashApp` to refer to and read the Dash app's Python code. The variable is set as a string inside a `.ts` file: https://github.com/ibdafna/webdash/blob/985798820bd65fcc776de9a23e768d59ef279d40/src/dash_app/cross_filtering_app.ts#L2...
Plotly saves on memory by lazy-loading dependencies its apps require. These generally tend to come from the `dash-core-components` distribution, and are retrieved using GET requests which Flask serves. WebDash currently...
Signed-off-by: Itay Dafna
## Description File browser items in `focus` state draw a rectangle around the `itemText` node, which disappears when hovering on any menu ## Reproduce Select any item in the file...
In a collaborative session, when user A inserts a new markdown cell, types some content in it and "executes" it so it renders, it only renders for user A, but...
In a collaborative session with two users or more, when a user executes a code cell which, based on some interval, appends stdout content to the cell output area, the...
Creating a new notebook, which defaults to `untitled.ipynb`, and hitting Command(Ctrl) + S to save it **for the first time** pops up a rename dialog. Renaming that notebook to anything...
See attached gif 