Skip to content

Instantly share code, notes, and snippets.

@henchc
Created July 14, 2019 20:59
Show Gist options
  • Save henchc/511a613792993b43f9cc52c959f63c0d to your computer and use it in GitHub Desktop.
Save henchc/511a613792993b43f9cc52c959f63c0d to your computer and use it in GitHub Desktop.
url = "https://hub.docker.com/v2/repositories/jupyter/repo2docker/tags/"
resp = requests.get(url)
r2d_master = resp.json()['results'][0]['name']
print(r2d_master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment