Public
Edited
Jul 4, 2023
4 stars
Insert cell
Insert cell
<orbit-reviewarea color="turquoise">
<orbit-prompt
question="What's the working name for Andy's experimental mnemonic medium platform?"
answer="Orbit"
></orbit-prompt>
<orbit-prompt
question="What kind of quantum gate is this?"
question-attachments="https://docs.withorbit.com/toffoli.png"
answer="A Toffoli gate."
></orbit-prompt>
<orbit-prompt
question="Given a right triangle with legs of length $a$ and $b$, what is the length of hypotenuse $c$?"
answer="$$c = \sqrt{a^2 + b^2}$$"
></orbit-prompt>
</orbit-reviewarea>
Insert cell
require("https://js.withorbit.com/orbit-web-component.js").catch(() => window.customElements.get("orbit-prompt"))
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