You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: