Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show widget in Out[...] to conform to Pandas semantics #39

Closed
dorisjlee opened this issue Jul 19, 2020 · 1 comment
Closed

Show widget in Out[...] to conform to Pandas semantics #39

dorisjlee opened this issue Jul 19, 2020 · 1 comment
Assignees
Labels
priority high priority tasks (for dev)

Comments

@dorisjlee
Copy link
Member

dorisjlee commented Jul 19, 2020

Currently, the Lux widget is rendered through the IPython.display module, which is not directly tied to the output. This makes the widget show up before the Out[...] in Jupyter.

There is a way to display the Jupyter widget through the Output display. However, since the LuxDataframe is overriding Pandas. We have to suppress the Pandas output in the __repr__ function.

This issue and #56 are related and should be addressed together.

@dorisjlee dorisjlee added the priority high priority tasks (for dev) label Nov 28, 2020
@dorisjlee
Copy link
Member Author

Closed with #308, thanks @westernguy2 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority high priority tasks (for dev)
Projects
None yet
Development

No branches or pull requests

2 participants