lux icon indicating copy to clipboard operation
lux copied to clipboard

[BUG]Failed to load model class 'LuxModel' from module 'luxwidget'

Open DevanshSrivastava19 opened this issue 5 months ago • 1 comments

Describe the bug I have installed jupyterlab version 3.2.8 (since LUX does not work with the latest version of jupyterlab 4.0.1) in macOS I have followed the steps mentioned on the installation page !pip install lux-api !jupyter labextension install @jupyter-widgets/jupyterlab-manager !jupyter labextension install luxwidget

But when viewing the dataframe I am getting the following error UserWarning:Could not infer format, so each element will be parsed individually, falling back to dateutil. To ensure parsing is consistent and as-expected, please specify a format. And in the LUX window Failed to load model class 'LuxModel' from module 'luxwidget'

Using the same dataset used in the Lux Live notebook demos https://github.com/lux-org/lux-datasets/blob/master/data/hpi_cleaned.csv?raw=True

Debugging information Package Versions Version
python 3.11.7 lux 0.5.1 pandas 2.1.4 luxwidget 0.1.11 matplotlib 3.8.2 altair 5.2.0 IPython 8.20.0 ipykernel 6.29.0 ipywidgets 8.1.1 jupyter_client 8.6.0 jupyter_core 5.7.1 jupyter_server 1.24.0 jupyterlab 3.2.8 nbclient 0.9.0 nbconvert not installed nbformat 5.9.2 notebook 5.7.10 qtconsole 5.5.1 traitlets 5.14.1

Widget Setup ✅ Jupyter Lab Running ✅ luxwidget is enabled

DevanshSrivastava19 avatar Jan 19 '24 06:01 DevanshSrivastava19