diff --git a/src/components/blog/blogpostsDetails.js b/src/components/blog/blogpostsDetails.js index 8c7f055d..2555d8c7 100644 --- a/src/components/blog/blogpostsDetails.js +++ b/src/components/blog/blogpostsDetails.js @@ -2,6 +2,15 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.blogpostsDetails = void 0; exports.blogpostsDetails = [ + { + url: "https://blog.jupyter.org/jupyterlite-officially-joins-project-jupyter-77df24c8db80", + title: "JupyterLite Officially Joins Project Jupyter", + image: "img/blogposts/resized-images/JupyterLite-Joins-Jupyter.png", + summary: "We are thrilled to announce that JupyterLite is now an official part of Project Jupyter. This milestone marks a significant step forward for interactive computing in the browser and strengthens JupyterLite’s role within the Jupyter ecosystem.", + date: "2026-02-12", + authors: "Project Jupyter", + imageID: "blogpost-image-147" + }, { url: "https://blog.jupyter.org/instantly-view-parquet-files-in-jupyterlab-with-arbalister-4799c28bbce7", title: "Instantly view Parquet files in JupyterLab with Arbalister", diff --git a/static/img/blogposts/full-size-images/JupyterLite-Joins-Jupyter.png b/static/img/blogposts/full-size-images/JupyterLite-Joins-Jupyter.png new file mode 100644 index 00000000..bac27fd0 Binary files /dev/null and b/static/img/blogposts/full-size-images/JupyterLite-Joins-Jupyter.png differ