Skip to content

Commit 9c59e61

Browse files
Add async xeus kernel blogpost.
1 parent f44f498 commit 9c59e61

6 files changed

Lines changed: 51 additions & 23 deletions

File tree

β€Žsrc/pages/blogs/_blogpostsDetails.jsβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.blogpostsDetails = void 0;
44
exports.blogpostsDetails = [
5+
{
6+
url: "https://notebook.link/@DerThorsten/async-xeus-python",
7+
title: "Async Xeus Python",
8+
image: "/img/blogposts/resized-images/Async-Xeus-Python.png",
9+
summary: "We added top-level await support to xeus-python πŸš€. You can now use toplevel async code directly in notebooks without extra boilerplate and without blocking the kernel.",
10+
date: "2026-06-10",
11+
authors: "Thorsten Beier",
12+
imageID: "blogpost-image-153"
13+
},
514
{
615
url: "https://medium.com/@julien.jerphanion/sharded-repodata-support-in-mamba-ae6147d1d608",
716
title: "Sharded Repodata Support in Mamba",

β€Žstatic/atom.xmlβ€Ž

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žstatic/atom_all.xmlβ€Ž

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
30.9 KB
Loading

β€Žstatic/rss.xmlβ€Ž

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žstatic/rss_all.xmlβ€Ž

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)