tensorflow / tensorflow/tensorboard

How to create hyperlink to select node on GRAPHS plugin

Open
#2,155 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

core:frontend plugin:graph type:feature
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

Hi,

In our TensorBoard plugin, we have a list of op nodes that display various attributes in a vaadin grid v3.0.2. I'd like to make the node name a hyperlink (ie, 'a href'). When clicked, I'd like the event handler to:

  1. Tell TensorBoard to switch the active/selected plugin from our plugin to the GRAPHS plugin
  2. Drill down to the op node to make it visible
  3. Select the op node

How is this possible? An existing code fragment would be great.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The report mentions a Vaadin grid and the GRAPHS plugin, but names no repository files, tests, or entry points. A contributor would first need guidance on the supported plugin-navigation and node-selection entry points; done would be a hyperlink that switches plugins, reveals the requested op node, and selects it.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.