Public
Edited
Mar 1, 2021
1 fork
Importers
1 star
Insert cell
Insert cell
Insert cell
code = html`
<div style="width: 600px;">
<pre> <code>
this (is|is) example.articlize().
</pre> </code>
</div>
<div style="width: 600px;">
<pre> <code>
$$anotherExample = (this|this)
</pre> </code>
<div>
`
Insert cell
highlightRiScript(code,"dark")
Insert cell
Insert cell
mixedCode = html`
<div style="width: 600px;">
<pre> <code class="riscript">
this (is|is) example.articlize() of mixed language cell.
</pre> </code>
<pre> <code class="js">
console.log("this is js")
</pre> </code>
<div>
`
Insert cell
highlightRiScript(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