plotly.plot works great for returning the plot url, and get_embed does a good job of turning that plot url into html.
Is there a similar way to get the grid url using the python API? I can cludge something together that uses the plot url to do this, but I’m wondering if I’m missing some simple way to get the grid url?
(Note: This is similar to this question: Deleting a grid through python)