Skip to main content

Lumino (JupyterLab) components for Plotly Dash

Project description

Dash Lumino Components

Publish release PyPI npm Documentation

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:
multiplots example

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

  1. Install npm packages

    $ npm install
    
  2. Create a virtual env and activate.

    $ virtualenv venv
    $ . venv/bin/activate
    

    Note: venv\Scripts\activate for windows

  3. Install python packages required to build components.

    $ pip install -r requirements.txt
    $ pip install -r tests/requirements.txt
    
  4. Build your code

    $ npm run build
    

Project details


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.17.tar.gz (348.9 kB view details)

Uploaded Source

File details

Details for the file dash_lumino_components-0.0.17.tar.gz.

File metadata

  • Download URL: dash_lumino_components-0.0.17.tar.gz
  • Upload date:
  • Size: 348.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for dash_lumino_components-0.0.17.tar.gz
Algorithm Hash digest
SHA256 13610deaa8a8f3183688ecdcd9d2c2057b27f3b66781adc4f92c1aeb6d8adc1e
MD5 c31cef4fd59f1cb771a9f37554c9dcd2
BLAKE2b-256 a2a20779e63e28e706d8a34efbfac862da9f816b48619b5b18bf3014176f22f4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page