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

Frequency table search problem #837

Closed
T-a-c-h-y-o-n opened this issue Jan 10, 2024 · 3 comments
Closed

Frequency table search problem #837

T-a-c-h-y-o-n opened this issue Jan 10, 2024 · 3 comments

Comments

@T-a-c-h-y-o-n
Copy link

Hi,
In the new version, when I enter a value from the keyboard for the search, the d-tale table disappears completely. I wanted to try it in colab, but d-tale doesn't work at all in colab.
ss.webm

@T-a-c-h-y-o-n
Copy link
Author

The error in question is valid for numerical variables. Maybe it was there in previous versions, but I'm just noticing it.

@aschonfeld
Copy link
Collaborator

aschonfeld commented Jan 31, 2024

@T-a-c-h-y-o-n here's a workaround for using D-Tale in colab until I can publish a new version:

import pandas as pd
import dtale
import dtale.app as dtale_app

dtale_app.USE_COLAB = True
dtale.show(pd.DataFrame(dict(x=[1,2,3], y=[2,4,8]), host='0.0.0.0')

I'm going to start digging into that search bug...

aschonfeld added a commit that referenced this issue Jan 31, 2024
aschonfeld added a commit that referenced this issue Jan 31, 2024
@aschonfeld
Copy link
Collaborator

aschonfeld commented Jan 31, 2024

@T-a-c-h-y-o-n just released v3.10.0 to pypi (should be on conda-forge soon) with this fix included and the update for running D-Tale on colab without having to include host.

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

2 participants