Skip to content

Instantly share code, notes, and snippets.

@jessienewell
Created November 1, 2017 22:50
Show Gist options
  • Save jessienewell/d7ac567eeed39f968126892b1383a4da to your computer and use it in GitHub Desktop.
Save jessienewell/d7ac567eeed39f968126892b1383a4da to your computer and use it in GitHub Desktop.
images_top_tags = []
for tag in top_tags.index:
img = Image(top_tags.loc[tag]['urls'], format='jpeg')
display(img)
print(tag)
images_top_tags.append(img)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment