diff --git a/src/components/blog/blogpostsDetails.json b/src/components/blog/blogpostsDetails.json index 89828eac2..03bbf53fb 100644 --- a/src/components/blog/blogpostsDetails.json +++ b/src/components/blog/blogpostsDetails.json @@ -1,4 +1,17 @@ [ + { + "url": "https://blog.jupyter.org/ipydatagrid-is-now-part-of-project-jupyter-3b3dfb877664", + "title": "Ipydatagrid is now part of Project Jupyter", + "image": "/img/blogposts/Ipydatagrid-is-now-part-of-ProjectJupyter.png", + "summary": "Today, we are proud to announce that the ipydatagrid open source project has been incorporated into Project Jupyter as part of the Jupyter Widgets subproject.", + "date": "August 22, 2024", + "authors": "Sylvain Corlay, on behalf of the Jupyter Widgets Council", + "imageID": "blogpost-image-120", + "imageNaturalWidth": 1490, + "imageNaturalHeight": 760, + "imageRenderedWidth": 273, + "imageRenderedHeight": 138.2281879194631 + }, { "url": "https://medium.com/@QuantStack/introducing-mamba-2-0-0e8d5c6d1d0c", "title": "Introducing Mamba 2.0", @@ -1546,4 +1559,4 @@ "imageRenderedWidth": 180, "imageRenderedHeight": 180 } -] \ No newline at end of file +] diff --git a/static/img/blogposts/Ipydatagrid-is-now-part-of-ProjectJupyter.png b/static/img/blogposts/Ipydatagrid-is-now-part-of-ProjectJupyter.png new file mode 100644 index 000000000..9446576eb Binary files /dev/null and b/static/img/blogposts/Ipydatagrid-is-now-part-of-ProjectJupyter.png differ