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

Draft Table model and general refactoring #106

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

tacaswell
Copy link
Contributor

This is still work done in prep of implementing an auto LiveTable.

Unlike plotting where all-of-dataset access is helpful, tables are well -suited to streaming ("print the latest news"), so this is likely going to depend on bluesky/bluesky-live#15 going in so we can mostly re-use the logic from LiveTable.

@danielballan
Copy link
Member

The ipywidgets ecosystem finally has a performant table widget, just in time for us. https://github.com/bloomberg/ipydatagrid/blob/main/examples/DataGrid.ipynb

@tacaswell
Copy link
Contributor Author

Rebased.

@tacaswell tacaswell requested a review from AbbyGi April 14, 2021 18:14
@danielballan danielballan changed the title ENH: auto-live-table Draft Table model and general refactoring Apr 27, 2021
@@ -73,6 +73,14 @@ def handle_figure_removed(self, figure):
if figure is plot_builder.figure:
self.plot_builders.remove(plot_builder)
elif hasattr(plot_builder, "figures"):
# This code looks broken, was untested, and TAC is not
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't figure out what looks broken about this. I think it works and is being used.

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

Successfully merging this pull request may close these issues.

2 participants