lux-widget
lux-widget copied to clipboard
lux not showing toggle button
lux does not show toggle button under windows environment
Hi @Nick-Tsai, Thanks for reporting this issue. We made some recent updates that should hopefully fix this issue, you can upgrade and install it by running this in the command line:
pip install --upgrade lux-api lux-widget
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install luxwidget
or if you are using Jupyter Notebook:
pip install --upgrade lux-api lux-widget
jupyter nbextension install --py luxwidget
jupyter nbextension enable --py luxwidget
Let us know if this works for you!