Contributing guide
Install from the source
git clone https://github.com/haoda-li/mkdocs-plotly-plugin.git
cd mkdocs-plotly-plugin
pip install -e .
Credits
Inspiration for this plugin came from Tim Vink's mkdocs-charts-plugin and Blueswen's mkdocs-glightbox.
@facelessuser's excellent https://facelessuser.github.io/pymdown-extensions library and documentation helped making this plugin a lot easier.
And Plotly is an amazing library for interactive visualizations.