Public
Edited
Jan 30, 2024
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
<style>
.container {
display: flex;
height: 900px;
background: white;
padding: 10px
}

.fullscreen .container{
height: 100% !important;
}

.container svg {
flex: 2;
user-select: none;
cursor: move; /* fallback if grab cursor is unsupported */
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.container svg:active {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}

.markdown {
flex: 1;
font-size: 1.125rem;
padding-right: 1rem;
padding-bottom: 150px;
margin-right: .5rem;
border-right: 1px solid;
overflow: scroll;
font-family: "Source Serif Pro", serif !important;
}

.container a {
color: blue;
}
</style>
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