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/activateNote: 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.14.tar.gz
(348.0 kB
view details)
File details
Details for the file dash_lumino_components-0.0.14.tar.gz.
File metadata
- Download URL: dash_lumino_components-0.0.14.tar.gz
- Upload date:
- Size: 348.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d19939d7c2e8ba8fdbcaa70b9b87591b3f32fbf902d2ff619147730a7f19773f
|
|
| MD5 |
41064ed14f6c7919157cea181f6a51c9
|
|
| BLAKE2b-256 |
6f87c99071a3c8f4dca7d303a8a27019a2dadddc3b18c2f71335d379908b3ad1
|