Molplotly
5 Minutes of fame at the Czodrowski lab¶
Contributor: Paul Czodrowski (https://github.com/czodrowskilab, https://twitter.com/CzodrowskiPaul)
Date: 2022-03-11
One very useful blog with manifold RDKit-related tips and tricks: https://iwatobipen.wordpress.com/
Pen recently tweeted about molplotly: it is an RDKit-based extension to plotly by https://www.twitter.com/WillMcCorki1
Pen wrote a blog entry and made some very helpful code to get it running: https://iwatobipen.wordpress.com/2022/02/20/integration-of-molplotly-and-flask-for-developing-chemoinformatics-web-app-rdkit-molplotly-flask/
Here comes the recipe to get it running¶
In [ ]:
conda install dash
pip install molplotly
conda install -c conda-forge rdkit
Get this github repo https://github.com/iwatobipen/molplotly4flaskm (by https://twitter.com/iwatobipen, https://iwatobipen.wordpress.com/)
In [ ]: