diff --git a/src/pages/blogs/_blogpostsDetails.js b/src/pages/blogs/_blogpostsDetails.js index 88055c2a..11956db1 100644 --- a/src/pages/blogs/_blogpostsDetails.js +++ b/src/pages/blogs/_blogpostsDetails.js @@ -2,6 +2,15 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.blogpostsDetails = void 0; exports.blogpostsDetails = [ + { + url: "https://notebook.link/blog/numba-in-the-browser", + title: "Numba in the Browser: Unlocking a New Scientific Python Stack in JupyterLite", + image: "/img/blogposts/resized-images/Numba-Browser.png", + summary: "Today, we are excited to share the first working version of the Numba JIT compiler running entirely in the browser with JupyterLite and emscripten-forge!", + date: "2026-08-11", + authors: "Anutosh Bhat", + imageID: "blogpost-image-157" + }, { url: "https://blog.jupyter.org/jupyterlite-0-8-is-released-0c89c4200f79", title: "JupyterLite 0.8 is released! 🎉", diff --git a/static/img/blogposts/full-size-images/Numba-Browser.png b/static/img/blogposts/full-size-images/Numba-Browser.png new file mode 100644 index 00000000..230aa48b Binary files /dev/null and b/static/img/blogposts/full-size-images/Numba-Browser.png differ