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

Beakerx table widget used without importing beakerx #82

Open
shdtree opened this issue May 25, 2022 · 0 comments
Open

Beakerx table widget used without importing beakerx #82

shdtree opened this issue May 25, 2022 · 0 comments

Comments

@shdtree
Copy link

shdtree commented May 25, 2022

When displaying pandas dataframes in a notebook without importing beakerx, I get the beakerx table widget instead of the default html display which is not the expected behavior. If I do the following, it will revert back to the default html dataframe output:

import beakerx
beakerx.object.beakerx.pandas_display_default()

I'm using beakerx v2.x. This looks similar to issue #6810 reported (and fixed) in beakerx v1.x.

Seems like a bug...or is this expected behavior in beakerx v2.x? Or possibly an issue with my environment?

I have the following modules installed:
beakerx==2.3.11
beakerx-base==2.0.1
beakerx-tabledisplay==2.3.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant