Skip to content

feat: migrate blog posts from ipynb/md to qmd format#263

Open
Shivampal157 wants to merge 11 commits intoOpenScienceLabs:mainfrom
Shivampal157:main
Open

feat: migrate blog posts from ipynb/md to qmd format#263
Shivampal157 wants to merge 11 commits intoOpenScienceLabs:mainfrom
Shivampal157:main

Conversation

@Shivampal157
Copy link

  • Update conda/dev.yaml for quarto support
  • Update .makim.yaml to render qmd to md in pipeline
  • Add scripts/convert-blog-posts-to-qmd.py
  • Update CONTRIBUTING.md with qmd-first workflow

Fixes #255

@Shivampal157
Copy link
Author

Hi @xmnlab , all CI checks are now passing. Please review when you get a chance. Happy to make any changes if needed!

Copy link
Member

@xmnlab xmnlab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for working on that @Shivampal157
just add a few comments inline here

could you also remove the previous ipynb files inside the blog sub-folders?

@@ -0,0 +1,86 @@
"""One-off helper to migrate blog posts to Quarto (.qmd).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably we don't need this script anymore

CONTRIBUTING.md Outdated
render `index.qmd` to `index.md` using Quarto so that MkDocs can consume the
generated Markdown.

- **Legacy Jupyter Notebook Posts (optional / for migration only):** Existing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we will drop totally the support for previous ipynb files

Copy link
Author

@Shivampal157 Shivampal157 Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! I'll remove the convert script and the previous ipynb files from the blog sub-folders.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move blog posts from ipynb and markdown to qmd

2 participants