'Including spreadsheet in interactive plotly scatterplot

Recently I've been using plotly to generate beautiful interactive scatterplots where one can navigate and search for specific instances. Then I've saved the result in a html file that can be opened anytime.

I'm wondering if it's possible to include a spreadsheet (potentially in the same generated html file) with attached tabular descriptions of the points (so having 2D plot, these would simply be coordinates of XY axes).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source