Last active
March 7, 2020 21:03
-
-
Save rndazurescript/ae451907a77e6cdb408d21403b7ccc21 to your computer and use it in GitHub Desktop.
Get DataBricks IP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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