Public
Edited
Dec 2, 2023
Importers
2 stars
Insert cell
Insert cell
Insert cell
code = html`
<div style="width: 600px;">
<pre> <code>
this [is|was] example.articlize().
</pre> </code>
</div>
<div style="width: 600px;">
<pre> <code>
$anotherExample = [this|that]
This is a $anotherExample

#aStaticExample = [these|those]
This is a $StaticExample
</pre> </code>
<div>
`
Insert cell
highlightRs(code,"dark")
Insert cell
Insert cell
mixedCode = html`
<div style="width: 600px; border:1px;
border: 1px solid #000;">
<pre><code class="riscript">an [example | sample] of a mixed language cell</pre></code>
<pre><code class="js">console.log("this is a plain js cell")</pre></code>
<div>
`
Insert cell
highlightRs(mixedCode,"dark",false)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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