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

Clicking the bottom-left "Tables" result freezes #115

Open
MaxGhenis opened this issue Apr 13, 2020 · 1 comment
Open

Clicking the bottom-left "Tables" result freezes #115

MaxGhenis opened this issue Apr 13, 2020 · 1 comment

Comments

@MaxGhenis
Copy link
Contributor

MaxGhenis commented Apr 13, 2020

When I click to open the top two Tax-Brain results (the graph and the Aggregate Results table), it opens smoothly, and the X button closes it smoothly. But the bottom "Tables" result consistently freezes up, both when opening it and when closing it with the top-right X. I've reproduced the behavior in multiple simulation runs.

It also freezes other Tax-Brain tabs if I have them open.

@hdoupe
Copy link
Collaborator

hdoupe commented Apr 18, 2020

Thanks for opening this issue @MaxGhenis. It freezes because it's loading a ton of tables, and it takes a bit for bokeh to load the data and get back to being responsive.

One thing that might help improve responsiveness is to make each table with the bokeh tables widget instead of directly embedding the HTML table:

tbl = Div(text=title + note + _data["renderable"],
width=1000)

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