From 5d1a2f4fa72384faca2efa0e21c988fb9703c415 Mon Sep 17 00:00:00 2001 From: 19thyneb Date: Sat, 27 Mar 2021 11:53:18 -0700 Subject: [PATCH] Revert "Updated LuxSQLTable repr" This reverts commit e350ab4eea10ec0e59ae3c4d28c205286140be2d. --- 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 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