diff --git a/lux/core/sqltable.py b/lux/core/sqltable.py index 8f34c73d..116d0731 100644 --- a/lux/core/sqltable.py +++ b/lux/core/sqltable.py @@ -98,7 +98,7 @@ def set_SQL_table(self, t_name): stacklevel=2, ) - def _ipython_display_(self): + def _repr_html_(self): from IPython.display import HTML, Markdown, display from IPython.display import clear_output import ipywidgets as widgets