diff --git a/src/components/blog/blogpostsDetails.js b/src/components/blog/blogpostsDetails.js index 676160e4..8c7f055d 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/instantly-view-parquet-files-in-jupyterlab-with-arbalister-4799c28bbce7", + title: "Instantly view Parquet files in JupyterLab with Arbalister", + image: "img/blogposts/resized-images/Arbalister.png", + summary: "Arbalister is a JupyterLab extension that enables seamless viewing of many tabular file formats, including Parquet, CSV, Avro, ORC, and SQLite.", + date: "2026-01-29", + authors: "Antoine Prouvost", + imageID: "blogpost-image-146" + }, { url: "https://medium.com/@QuantStack/introducing-notebook-link-the-future-of-notebook-sharing-5de900a97b4a", title: "Introducing notebook.link: The Future of Notebook Sharing", diff --git a/static/img/blogposts/full-size-images/Arbalister.png b/static/img/blogposts/full-size-images/Arbalister.png new file mode 100644 index 00000000..6e2d9b13 Binary files /dev/null and b/static/img/blogposts/full-size-images/Arbalister.png differ