Skip to content

Commit

Permalink
Remove Out of Date LuxSQLTableNotice
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiahhuang committed Mar 19, 2021
1 parent 39d8f41 commit d68b16d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions lux/core/sqltable.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,7 @@ def _repr_html_(self):
)
self.output = widgets.Output()
lux.config.executor.execute_preview(self)
notice = HTML(
"""<style>
body
{
background-color:#aa0000;
}
</style>
Please note, the data shown here is just a preview of the database table. You will be unable to perform Pandas functionality on this data."""
)

display(button, notice, self.output)
display(button, self.output)

def on_button_clicked(b):
with self.output:
Expand Down

0 comments on commit d68b16d

Please sign in to comment.