Skip to content

Fix broken links to blog posts #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/blog/blogpostsDetails.json
Original file line number Diff line number Diff line change
Expand Up @@ -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…",
Expand Down Expand Up @@ -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…",
Expand Down