Skip to content

Commit b6eb048

Browse files
Merge pull request #346 from HaudinFlorence/add-async-xeus-python-kernel-blogpost
Add async xeus kernel blogpost.
2 parents 522234e + d7167f5 commit b6eb048

6 files changed

Lines changed: 47 additions & 19 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: 10 additions & 10 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: 10 additions & 0 deletions
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: 9 additions & 9 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: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)