From eb26e5ec320b0c5fa3248dc413f5cac1a30fd042 Mon Sep 17 00:00:00 2001 From: Florence Haudin Date: Thu, 27 Mar 2025 12:52:12 +0100 Subject: [PATCH] Fix broken links to blog posts. --- src/components/blog/blogpostsDetails.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/blog/blogpostsDetails.json b/src/components/blog/blogpostsDetails.json index 61935c1c1..ee5015164 100644 --- a/src/components/blog/blogpostsDetails.json +++ b/src/components/blog/blogpostsDetails.json @@ -1469,7 +1469,7 @@ "imageRenderedHeight": 107.20937500000001 }, { - "url": "https://towardsdatascience.com/interactive-spreadsheets-in-jupyter-32ab6ec0f4ff", + "url": "https://medium.com/data-science/interactive-spreadsheets-in-jupyter-32ab6ec0f4ff", "title": "Interactive spreadsheets in Jupyter", "image": "/img/blogposts/Interactive-spreadsheets-in-Jupyter.png", "summary": "ipysheet is a new interactive widgets library that aims at implementing the core features of a good spreadsheet application and more…", @@ -1521,7 +1521,7 @@ "imageRenderedHeight": 57.67605633802817 }, { - "url": "https://towardsdatascience.com/video-streaming-in-the-jupyter-notebook-635bc5809e85", + "url": "https://medium.com/data-science/video-streaming-in-the-jupyter-notebook-635bc5809e85", "title": "Video Streaming in the Jupyter Notebook", "image": "/img/blogposts/Video-Streaming-in-the-Jupyter-Notebook.gif", "summary": "ipywidgets plays an essential part in the Jupyter ecosystem; it brings interactivity between user and data. Widgets are eventful Python objects that often have a visual representation in the Jupyter…",