Published
Edited
Dec 1, 2021
3 stars
Insert cell
md`# What's my IP?`
Insert cell
my_ip = getIP_STUN()
Insert cell
my_ip_serverless = getIP_serverless()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
getIPService = deploy("getIP", (req, res, context) => {
res.send({ip : req.headers["x-forwarded-for"].split(',')[0]})
})
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more