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
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