Notebooks 2.0 is here.

Public
Edited
Jun 10
Fork of Assignment 2
Insert cell
Insert cell
viewof tableauViz = {
const iframe = html`<iframe
src="https://public.tableau.com/views/MBRSHP/MBRSHP?:showVizHome=no&:embed=true"
width="800"
height="600"
frameborder="0">
</iframe>`;
return iframe;
}
Insert cell
viewof tableauViz = {
const iframe = html`<iframe
src="https://public.tableau.com/views/DOCK/DOCK?:showVizHome=no&:embed=true"
width="800"
height="600"
frameborder="0">
</iframe>`;
return iframe;
}
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