Published
Edited
Sep 15, 2022
1 star
Insert cell
Insert cell
<svg id="Layer_1" viewBox="0 0 800 800">
<defs>
<style>
.grey-fill {fill: #cccccc; stroke: none}
.white-fill {fill: #fff; stroke: none}
.red-fill {fill: #ED1C24; stroke: none}
.black-border {stroke: #000; stroke-width: 8px}
</style>
</defs>
<rect x="0" y="0" class="white-fill" width="800" height="800" />
<rect x="0" y="0" class="grey-fill" width="348" height="345" />
<rect x="0" y="480" class="white-fill" width="348" height="400" />
<rect x="370" y="750" class="red-fill" width="300" height="50" />
<rect x="660" y="480" class="grey-fill" width="140" height="400" />

<line x1="348" y1="0" x2="348" y2="800" class="black-border" />
<line x1="370" y1="0" x2="370" y2="800" class="black-border" />
<line x1="660" y1="480" x2="660" y2="800" class="black-border"/>

<line x1="0" y1="340" x2="800" y2="340" class="black-border" />
<line x1="0" y1="364" x2="800" y2="364" class="black-border" />
<line x1="0" y1="480" x2="800" y2="480" class="black-border" />
<line x1="370" y1="750" x2="660" y2="750" class="black-border" />

</svg>
Insert cell
Insert cell
Insert cell
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 900">
<defs>
<style>
.orange-fill {fill: #fe9901}
.pink-fill {fill: #e41c70}
.background-fill {fill: #098027}

</style>
</defs>

<!--ellipse cx="120" cy="200" rx="76" ry="80" class="voilet-fill" />
<ellipse cx="290" cy="160" rx="96" ry="86" class="voilet-fill" /-->

<rect x="0" y="0" class="background-fill" width="900" height="900" />
<path d="M50,280 Q2,220 30,186 Q87,100 165,128 Q200,74 300,84 Q415,164 331,212 Q418,271 361,322 Q282,378 198,322 Q158,403 53,353 Q28,312 50,280" class="orange-fill" />



</svg>
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more