Wish to have interactive 3D Scatter plot in browser. The plot is built using matplotlib and should be saved as html.
Closest solution found is mpld3 library, but it works only for 2d scatter plot and not 3d.
Plotly is ruled out it has restrictions on private plots. Did not see any equivalent app for Bokeh standalone mode.
Any other suggestions that can save matplotlib plot to html and retain the interactivity?