lux-org / lux

Automatically visualize your pandas dataframe via a single print! 📊 💡
Apache License 2.0
5.15k stars 365 forks source link

[BUG] #371

Closed sherzod-az closed 3 years ago

sherzod-az commented 3 years ago

C:\Users\Sherzod Azamov\anaconda3\lib\site-packages\IPython\core\formatters.py:345: UserWarning: Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display. image

dorisjlee commented 3 years ago

Thanks for reporting this issue @sherzod-az! Could you let us know what dataset and commands you used that lead to this error? This can help us reproduce and debug the issue.

dorisjlee commented 3 years ago

Hi @sherzod-az, It seems like this issue could possibly be stemming from an older version of Lux. You could try upgrading to the latest version of Lux to see if it might help resolve this issue.

pip install --upgrade lux-api
jupyter nbextension install --py luxwidget
jupyter nbextension enable --py luxwidget

I'll close this issue for now, but feel free to reopen this or start a new issue if you are still running into issues!