I have large Plotly figures and tables in my Jupyter Notebook and Sphinx-based documentation. Because the documentation page is already crowded, I would like to give the user an option to
- Display these figures in a full-screen pop-up
or
- Make tables scrollable instead of compressed columns, as the table layout with many columns do not work when embedded on a page
An example of a broken layout:
Does Plotly.py offer ways to achieve this easily? If it doesn't, can I somehow include external JavaScript on the generated Sphinx documentation page for the same effect?