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

Adding roundtrip auto update functionality to the CCT Visualization #61

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

cscully-allison
Copy link
Collaborator

The CCT visualization now supports auto-updating. If the user places a "?" in front of the input variable name passed as an argument to the visualization it will reload automatically when that variable updates anywhere in the notebook. A second argument is added for the automatic return of selection based and snapshot based queries.

Original functionality is maintained.

Example Syntax:

%cct ?gf ?queries

The data stored in queries is an dictionary comprised of two fields:

{
    tree_state: <string> query describing the current state/shape of the tree,
    selection: <string> query describing the currently selected subtree
}

@slabasan
Copy link
Collaborator

@cscully-allison Is this PR ready for review?

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.

None yet

2 participants