Skip to content

Commit fd49302

Browse files
authored
Merge pull request #222 from HaudinFlorence/fix_broken_links_to_blog_posts
Fix broken links to blog posts
2 parents 0f32029 + eb26e5e commit fd49302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/blog/blogpostsDetails.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@
14691469
"imageRenderedHeight": 107.20937500000001
14701470
},
14711471
{
1472-
"url": "https://towardsdatascience.com/interactive-spreadsheets-in-jupyter-32ab6ec0f4ff",
1472+
"url": "https://medium.com/data-science/interactive-spreadsheets-in-jupyter-32ab6ec0f4ff",
14731473
"title": "Interactive spreadsheets in Jupyter",
14741474
"image": "/img/blogposts/Interactive-spreadsheets-in-Jupyter.png",
14751475
"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 @@
15211521
"imageRenderedHeight": 57.67605633802817
15221522
},
15231523
{
1524-
"url": "https://towardsdatascience.com/video-streaming-in-the-jupyter-notebook-635bc5809e85",
1524+
"url": "https://medium.com/data-science/video-streaming-in-the-jupyter-notebook-635bc5809e85",
15251525
"title": "Video Streaming in the Jupyter Notebook",
15261526
"image": "/img/blogposts/Video-Streaming-in-the-Jupyter-Notebook.gif",
15271527
"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…",

0 commit comments

Comments
 (0)