Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created November 2, 2017 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotars/5d7f0058429d30932039f44d5876db25 to your computer and use it in GitHub Desktop.
Save astrotars/5d7f0058429d30932039f44d5876db25 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