Replies: 1 comment
-
Hi @sribone The LigNetwork plot only works in Jupyter notebooks, not in plain python scripts unfortunately. from prolif.plotting.network import LigNetwork
ligplot = LigNetwork.from_fingerprint(fp, ligand_mol)
ligplot.save("ligplot.html") I'll close this issue but if this doesn't solve your problem feel free to reopen! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I'm running prolif to performed interactions fingerprints. When I run the fp.plot_barcode() works just fine showing me the barcode plot, but when I run the fp.plot_lignetwork it doesn't work... I mean the analysis is done because I can see the percentage bar progressing but the 2D interaction diagram is never showed. This is my script for running both graphics:
load topology and trajectory
Do you know what can be producing this problem?
Thank you very much!!
Beta Was this translation helpful? Give feedback.
All reactions