Skip to content

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.

2 participants