caitlynachen / lux-widget

Jupyter Widget for Lux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version PyPI version Documentation Status Binder Twitter Follow

Lux is a library designed to make data science easier and facilitate fast experimentation with data. You can learn more about Lux by referring to the core Lux API in Python. This is the Jupyter widget frontend for Lux, written in Typescript and React.

Here is an example of the Lux widget in action.

Basic recommendations in Lux

You can find the full demo example in this live notebook.

Installation

For either Jupyter Notebooks or JupyterLab (versions 3.0 and above), you can install via pip or conda:

    pip install lux-api

or

    conda install -c conda-forge lux-api

Setup in Jupyter Notebook, VSCode

To use Lux in Jupyter notebook or VSCode, activate the notebook extension:

    jupyter nbextension install --py luxwidget
    jupyter nbextension enable --py luxwidget

If the installation happens correctly, you should see two - Validating: OK after executing the two lines above.

If you encounter issues with the installation, please refer to this page to troubleshoot the installation. Follow these instructions to set up Lux for development purposes.

Documentation and Support

For detailed reference, please refer to the documentation page. Please report any bugs, issues, or requests through Github Issues or post on the #help channel in the Lux Slack org.

Lux has only been tested with Jupyter notebook and Chrome - there have been issues with other browsers and we advise using Chrome.

About

Jupyter Widget for Lux

License:Apache License 2.0


Languages

Language:TypeScript 67.8%Language:CSS 17.9%Language:Python 9.1%Language:JavaScript 4.4%Language:Shell 0.8%