pyvis
pyvis copied to clipboard
Feature/make link in node label clickable
Added in a robust html parser looking for hrefs in the node titles to make them clickable. Added testing for the parser as well
@smulhern18 does this only work for hrefs, or can it parse other html (such as bold, italic tags etc)?
@JackBarker7 Currently, it only works with hrefs, but I can make it parse any other HTML. Sorry for the delayed response.
Hi, is there any plan to merge it or?