Add-on to plotly which show molecule images on mouseover
molplotly is an add-on to plotly built on RDKit which allows 2D images of molecules to be shown in plotly figures when hovering over the data points. A readable walkthrough of how to use the package together with some useful examples can be found in this blog post while a runnable notebook can be found in examples/simple_usage_and_formatting.ipynb 🙂 Installation pip install molplotly conda install rdkit Usage
Read more