jupyterlab-interactive-dashboard-editor
jupyterlab-interactive-dashboard-editor copied to clipboard
A drag-and-drop dashboard editor for JupyterLab
## Describe the bug Formatted text (text contained in $) displays unformatted in ipywidgets on dashboards. ## To Reproduce Create a widget in JupyterLab using ipywidgets and the following code:...
## The Problem Overlap handling isn't very good, and outright fails in certain cases. ## Background Currently, dashboards have rudimentary overlap detection and resolution for outputs. Placing one output on...
## Describe the bug Switching from free to tile mode automatically moves/resizes outputs to fit the tile scale. These changes cannot be undone, even if the user switches back to...
Add "auto documentation" from docstrings, as well as a dedicated docs page to explain the software architecture, API, etc.
Certain features (like cropping a dashboard to the minimum size required to contain the outputs) are implemented but not accessible within JupyterLab. These features should be accessible and appropriately placed...
Merge changes from the modified drag.ts into core. The changes allow the drag image to be offset from the cursor. Note: The existing drag.ts file in this repo shouldn't be...
## Describe the bug Running a markdown output already in a dashboard breaks that output, causing it to be blank. ## To Reproduce Create a dashboard, drag a markdown cell...
Shift/ctrl click or drag to select multiple widgets. Allows multiple widgets to be moved, deleted, or copied at once.
Make the dashboard easier to navigate. - Pan by clicking and dragging on the dashboard. - Pan dashboard by dragging a widget near the edges. - Jump to edge of...
## Is your feature request related to a problem? Please describe. From my understanding, Voila template has one-to-one relationship to notebook. Interactive-dashboard now has the ability to drag and drop...