1pip uninstall lux-api
2pip uninstall lux-widget
3
4jupyter nbextension uninstall --py luxWidget
5jupyter nbextension disable --py luxWidget
6
7pip install lux-api
8
9jupyter nbextension install --py luxwidget
10jupyter nbextension enable --py luxwidget
11