cytoscape / ipycytoscape

A Cytoscape Jupyter widget
https://ipycytoscape.readthedocs.io/en/master/
BSD 3-Clause "New" or "Revised" License
264 stars 62 forks source link

How to change the layout of the tooltip #292

Open joseberlines opened 2 years ago

joseberlines commented 2 years ago

currently I create a tooltip resulting in: image

this is done with: cytoscapeobj.set_tooltip_source('txt_raw')

is it possible to change the layout of the popup?

marimeireles commented 2 years ago

I tried to do this in the past twice, I'll have a look again today and update with whatever I find.