Lumino (JupyterLab) components for Plotly Dash
Project description
Dash Lumino Components
This package integrates Lumino Widgets, the basis of JupyterLab, into Plotly's Dash.
Build a multi-window dash app with a view of 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.12.tar.gz
(340.2 kB
view details)
File details
Details for the file dash_lumino_components-0.0.12.tar.gz.
File metadata
- Download URL: dash_lumino_components-0.0.12.tar.gz
- Upload date:
- Size: 340.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45dd14cd7802ddbf6cecf0742183d2437fb8f95dcd525f30ece372c27d56abe9
|
|
| MD5 |
f59b2127133291d7776ad795e5198b8f
|
|
| BLAKE2b-256 |
2fb1c5cf0c61296b297d9f66b5f7aae9bc0006a7d664283b189b5ea48b9216d1
|