lux-widget icon indicating copy to clipboard operation
lux-widget copied to clipboard

lux not showing toggle button

Open Nick-Tsai opened this issue 3 years ago • 1 comments

image lux does not show toggle button under windows environment

Nick-Tsai avatar Jul 14 '21 07:07 Nick-Tsai

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!

dorisjlee avatar Jul 20 '21 23:07 dorisjlee