-
Notifications
You must be signed in to change notification settings - Fork 180
Description
Community Note
- Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Graph Notebook Version (and Graph Database and Version used if applicable)
Latest available in the Sagemakere Lifecycle
Is your feature request related to a problem? Please describe.
I'm running a process that is changing my graph and I want to visualize the graph every step of the process, I have a cell with an OpenCypher (but could also be Gremlin) using the %%oc
magic and every time I want to update my graph, I have to re-run my cypher, however the default widget is the Console
so I have to go and click the graph to be able to see the graph again.
Describe the solution you'd like
There could be two possible solutions: The first solution would be for the cell to remember what widget it is at and a re-execution of the cell would trigger opening the same widget where it was. If this is not possible, another solution would be to allow passing in the celll parameters the widget you want to open by default, something like %%oc --widget-to-open-first Graph
, that way I can force getting the widget I want every time.
Additional context
Add any other context or screenshots about the feature request here. Describe any alternatives you've considered.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status