Url image in dash_table?

Ann gave a really nice answer to adding images inside datatable.

Just make sure you add an img.css file to the assets folder with this code inside:

img[src*="#thumbnail"] {
    width:200px;
    height:100px;
 }