My First Interactive Essay

This is standard Markdown text. In traditional data science, visualizations are static images. But here, we can embed interactive logic.

The Simulation

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.