Skip to content

Change default priority for widget tabs (show Graph widget first when available) #622

@rhaces

Description

@rhaces

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    New issues/Needs triage or review

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions