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.7.tar.gz
(328.2 kB
view details)
File details
Details for the file dash_lumino_components-0.0.7.tar.gz.
File metadata
- Download URL: dash_lumino_components-0.0.7.tar.gz
- Upload date:
- Size: 328.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a42da6c7cbcd2d3f1cca3565f6c161e3a96dbb6512c8356459597c2aecf28dc4
|
|
| MD5 |
a60978de4d750ce0f420f3ab4f07877e
|
|
| BLAKE2b-256 |
b2ca5b996e5f427ee3bdc5c73625fe1f226e502cdb06e0afb239644493da6416
|