Published
Edited
Aug 24, 2021
1 fork
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
name = Faker.fake("{{name.lastName}}, {{name.firstName}} {{name.suffix}}")
Insert cell
card = Faker.helpers.createCard()
Insert cell
html`<div>
<div> Name: ${card.name}</div>
<div> username: ${card.username}</div>
</div>`

Insert cell
html`<b>${Faker.random.words(100)}</b>`
Insert cell
html`<img src="${Faker.image.image()}"/>`
Insert cell
element = Faker.fake("{{vehicle.vehicle}}, {{vehicle.manufacturer}}, {{vehicle.model}}")
Insert cell
html`<img src="${Faker.image.avatar()}"/>`
Insert cell
transaction = [Faker.helpers.createTransaction(),Faker.helpers.createTransaction()]
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