Skip to content

Commit

Permalink
Add SciPy video
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Oct 25, 2024
1 parent 8e1c5a8 commit 5242a71
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions docs/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,28 @@ import Counter from "./examples/Counter.astro";
</div>
</div>
</div>

</section>

<section class="pt-24">
<div class="mx-auto max-w-3xl px-4 sm:px-6 text-center">

<h2 class="text-4xl font-bold mb-8">Beyond Frameworks, a Widget Standard</h2>

<div class="aspect-w-16 aspect-h-9">
<iframe
class="rounded-lg shadow-lg"
src="https://www.youtube.com/embed/CjNSP_yQqrc"
title="anywidget Demo"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>

<p class="mt-4 text-lg text-gray-600">
My talk from SciPy 2024 about how anywidget sets a standard for portable widgets while maintaining ecosystem compatibility.
</p>

</div>
</section>

3 changes: 2 additions & 1 deletion docs/src/pages/en/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ specification, as well as a Python library that simplifies creating and
publishing custom [Jupyter
Widgets](https://ipywidgets.readthedocs.io/en/latest/).

## Key features

## Highlights

- 🛠️ Create widgets **without complicated cookiecutter templates**
- 📚 **Publish Jupyter Widgets to PyPI** like any other Python package
Expand Down

0 comments on commit 5242a71

Please sign in to comment.