Published
Edited
Mar 12, 2021
Insert cell
Insert cell
NFTStorage = (await import("https://cdn.skypack.dev/nft.storage")).default
Insert cell
client = new NFTStorage({
endpoint: new URL('http://127.0.0.1:8787/'),
token: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJnaXRodWJ8MjEyMzYiLCJpc3MiOiJuZnQtc3RvcmFnZSIsImlhdCI6MTYxNTQzODM0MzI1MX0.R5DQWJmrTLgwHyjoxmJX_oJkpVRN5pb14R68xLS3umc'
})

Insert cell
cid = await client.storeBlob(new Blob(['hello world']))
Insert cell
client.status(cid)
Insert cell
// client.delete(cid)
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