This is standard Markdown text. In traditional data science, visualizations are static images. But here, we can embed interactive logic.
Below is a Svelte component running inside this Markdown file. Try dragging the slider:
Notice how the SVG updates instantly? This happens because Svelte binds the data (radius) directly to the DOM attributes. No “redraw” function required.