You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the lux library in a Databricks notebook but I'm getting this warning and error after the df.intent statment:
Out[10]: /databricks/python/lib/python3.8/site-packages/IPython/core/formatters.py:918: UserWarning:
Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display.
Please report the following issue on Github: https://github.com/lux-org/lux/issues
/databricks/python/lib/python3.8/site-packages/lux/core/frame.py:632: UserWarning:Traceback (most recent call last):
File "/databricks/python/lib/python3.8/site-packages/lux/core/frame.py", line 594, in ipython_display
self.maintain_recs()
File "/databricks/python/lib/python3.8/site-packages/lux/core/frame.py", line 451, in maintain_recs
self._widget = rec_df.render_widget()
File "/databricks/python/lib/python3.8/site-packages/lux/core/frame.py", line 681, in render_widget
widgetJSON = self.to_JSON(self._rec_info, input_current_vis=input_current_vis)
File "/databricks/python/lib/python3.8/site-packages/lux/core/frame.py", line 713, in to_JSON
widget_spec["current_vis"] = LuxDataFrame.current_vis_to_JSON(
File "/databricks/python/lib/python3.8/site-packages/lux/core/frame.py", line 736, in current_vis_to_JSON
current_vis_spec["allcols"] = False
TypeError: 'NoneType' object does not support item assignment
The text was updated successfully, but these errors were encountered:
Hi @pbezz1, What does the data/abcdefg.csv look like? Do you mind sending a sample? I believe this is an issue that is caused by Lux based on the dataset, but not something specific to Databricks.
I'm trying to use the lux library in a Databricks notebook but I'm getting this warning and error after the df.intent statment:
Out[10]: /databricks/python/lib/python3.8/site-packages/IPython/core/formatters.py:918: UserWarning:
Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display.
Please report the following issue on Github: https://github.com/lux-org/lux/issues
/databricks/python/lib/python3.8/site-packages/lux/core/frame.py:632: UserWarning:Traceback (most recent call last):
File "/databricks/python/lib/python3.8/site-packages/lux/core/frame.py", line 594, in ipython_display
self.maintain_recs()
File "/databricks/python/lib/python3.8/site-packages/lux/core/frame.py", line 451, in maintain_recs
self._widget = rec_df.render_widget()
File "/databricks/python/lib/python3.8/site-packages/lux/core/frame.py", line 681, in render_widget
widgetJSON = self.to_JSON(self._rec_info, input_current_vis=input_current_vis)
File "/databricks/python/lib/python3.8/site-packages/lux/core/frame.py", line 713, in to_JSON
widget_spec["current_vis"] = LuxDataFrame.current_vis_to_JSON(
File "/databricks/python/lib/python3.8/site-packages/lux/core/frame.py", line 736, in current_vis_to_JSON
current_vis_spec["allcols"] = False
TypeError: 'NoneType' object does not support item assignment
The text was updated successfully, but these errors were encountered: