Notebooks | Build with AI

Notebooks

Interactive Jupyter notebooks for hands-on learning. Open directly in Google Colab - no setup required.

{#each filteredNotebooks as notebook} {@const isAvailable = notebook.colabUrl !== '#'}
{notebook.icon}
{notebook.category}

{notebook.title}

{notebook.description}

{#if isAvailable} Open in Colab {:else} Coming Soon {/if}
{/each}
{#if filteredNotebooks.length === 0}

No notebooks found matching your criteria.

{/if}