Extracting shapes from a Tableau Public workbook using Python
Have you ever seen some really nice custom shapes in a Tableau Public workbook and wished you could use them in your own workbooks? Then you’re in the right place! In this article, you will learn how to “scrape” them using Python.

I was inspired to write this post since the solutions I found online (here and here) didn’t work for me, so I wanted to create…