Public
Edited
May 5, 2024
Importers
1 star
Insert cell
Insert cell
imageToDo = htl.html`<style>

img {
padding: 10px;
border: 2px dotted gray;
}

<style/>`
Insert cell
Insert cell
FileAttachment("image.png").image()
Insert cell
Insert cell
myImage = await FileAttachment("image.png").image({
width: 400,
height: 200,
style: "border: none"}
)
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