Skip to content

Commit

Permalink
Revert "Revert "Updated LuxSQLTable repr""
Browse files Browse the repository at this point in the history
This reverts commit 5d1a2f4.
  • Loading branch information
thyneb19 committed Mar 27, 2021
1 parent 5d1a2f4 commit 48c1b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lux/core/sqltable.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48c1b57

Please sign in to comment.