From 48c1b57c6f85db91caf69ded72f83e26ae54fc63 Mon Sep 17 00:00:00 2001 From: 19thyneb Date: Sat, 27 Mar 2021 11:53:28 -0700 Subject: [PATCH] Revert "Revert "Updated LuxSQLTable repr"" This reverts commit 5d1a2f4fa72384faca2efa0e21c988fb9703c415. --- lux/core/sqltable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lux/core/sqltable.py b/lux/core/sqltable.py index 116d0731..8f34c73d 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 _repr_html_(self): + def _ipython_display_(self): from IPython.display import HTML, Markdown, display from IPython.display import clear_output import ipywidgets as widgets