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

molplotly_twitter.png

Here comes the recipe to get it running

In [ ]:
conda install dash
pip install molplotly
conda install -c conda-forge rdkit 

molplotly_web.png

In [ ]: