cytoscape / cytoscape-jupyter-widget

Cytoscape.js based network visualizer for Jupyter Notebook
38 stars 14 forks source link

Set user action #1

Open iwatobipen opened 6 years ago

iwatobipen commented 6 years ago

Dear developer,

I would like to make an interactive visualization with the library. Is it possible to implement tool tip or another action when user click node or edge? Any comments and/or advices are appreciated. Thank you.

Takayuki

keiono commented 6 years ago

Do you want an API to implement actions for user interaction? Or, do you want an built-in tooltip/table for viewing properties of user-selected nodes/edges?

Kei

iwatobipen commented 6 years ago

I would like to know how to implement actions for user interaction. For example, I can show tooltip when user click a node in cytoscape.js. I want to do same thing with the library on ipython notebook. I am interested in molecular network which has molecules as a node, so I would like to draw molecule SVG image on tooltip.