Lumino (JupyterLab) components for Plotly Dash
Project description
Dash Lumino Components
This package integrates Lumino Widgets, the basis of JupyterLab, into Plotly's Dash.
Create a multi-window dash app with just a few lines of code.
Check out the examples:
dlc.MenuBar(menus, id="main-menu"),
dlc.BoxPanel([
dlc.SplitPanel([
dlc.TabPanel([
gapminderPlotsPanel,
irisPlotsPanel,
tipsPlotsPanel
], id='tab-panel-left'),
dlc.DockPanel([], id="dock-panel")
], id="split-panel")
], id="box-panel", addToDom=True)
Local Developement
-
Install npm packages
$ npm install
-
Create a virtual env and activate.
$ virtualenv venv $ . venv/bin/activate
Note: venv\Scripts\activate for windows
-
Install python packages required to build components.
$ pip install -r requirements.txt $ pip install -r tests/requirements.txt
-
Build your code
$ npm run build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dash_lumino_components-0.0.20.tar.gz
(350.9 kB
view details)
File details
Details for the file dash_lumino_components-0.0.20.tar.gz
.
File metadata
- Download URL: dash_lumino_components-0.0.20.tar.gz
- Upload date:
- Size: 350.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 394529bcdfa842ad9c7d31d3b040d6888a84ef99a73059e709c577bb6704c148 |
|
MD5 | 155e3e6f50b41c84fad6a2ed814afa1e |
|
BLAKE2b-256 | eef88de21d384671ab6427b2898b34aaafc745441aafb0b0f8d00a2932ac1f23 |