Skip to content

Commit

Permalink
Updated LuxSQLTable repr
Browse files Browse the repository at this point in the history
Rename _repr_html_() to _ipython_display_()
  • Loading branch information
thyneb19 committed Mar 26, 2021
1 parent 8d6cf4b commit e350ab4
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 e350ab4

Please sign in to comment.