Published
Edited
Feb 15, 2021
Insert cell
md`# Using JSON Placeholder`
Insert cell
md`Guide [https://jsonplaceholder.typicode.com/guide/](https://jsonplaceholder.typicode.com/guide/)`
Insert cell
{
let retval = '';
await fetch('https://jsonplaceholder.typicode.com/posts/1').then((response) => {retval= response.json()})
yield retval
}
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