diff --git a/src/components/blog/blogpostsDetails.json b/src/components/blog/blogpostsDetails.json index a35b63d8..2e64348b 100644 --- a/src/components/blog/blogpostsDetails.json +++ b/src/components/blog/blogpostsDetails.json @@ -1,4 +1,17 @@ [ + { + "url": "https://blog.jupyter.org/r-in-the-browser-announcing-our-webassembly-distribution-9450e9539ed5", + "title": "R in the Browser: Announcing Our WebAssembly Distribution", + "image": "/img/blogposts/Xeus-R-Lite.png", + "summary": "R is now available in emscripten-forge, enabling the Xeus-R kernel in JupyterLite.", + "date": "February 28, 2025", + "authors": "Isabel Paredes", + "imageID": "blogpost-image-129", + "imageNaturalWidth": 1920, + "imageNaturalHeight": 840, + "imageRenderedWidth": 273, + "imageRenderedHeight": 119.43 + }, { "url": "https://blog.jupyter.org/real-time-collaboration-and-collaborative-editing-for-gis-workflows-with-jupyter-and-qgis-d25dbe2832a6", "title": "Real-time collaboration and collaborative editing for GIS workflows with Jupyter and QGIS", diff --git a/static/img/blogposts/Xeus-R-Lite.png b/static/img/blogposts/Xeus-R-Lite.png new file mode 100644 index 00000000..16c0ebca Binary files /dev/null and b/static/img/blogposts/Xeus-R-Lite.png differ