Skip to content

Instantly share code, notes, and snippets.

@rndazurescript
Last active March 7, 2020 21:03
Show Gist options
  • Save rndazurescript/ae451907a77e6cdb408d21403b7ccc21 to your computer and use it in GitHub Desktop.
Save rndazurescript/ae451907a77e6cdb408d21403b7ccc21 to your computer and use it in GitHub Desktop.
Get DataBricks IP
import requests
r = requests.get("https://api.ipify.org/")
print (r.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment