feat: migrate blog posts from ipynb/md to qmd format#263
Open
Shivampal157 wants to merge 11 commits intoOpenScienceLabs:mainfrom
Open
feat: migrate blog posts from ipynb/md to qmd format#263Shivampal157 wants to merge 11 commits intoOpenScienceLabs:mainfrom
Shivampal157 wants to merge 11 commits intoOpenScienceLabs:mainfrom
Conversation
- 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 OpenScienceLabs#255
Author
|
Hi @xmnlab , all CI checks are now passing. Please review when you get a chance. Happy to make any changes if needed! |
xmnlab
requested changes
Mar 4, 2026
Member
xmnlab
left a comment
There was a problem hiding this comment.
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?
scripts/convert-blog-posts-to-qmd.py
Outdated
| @@ -0,0 +1,86 @@ | |||
| """One-off helper to migrate blog posts to Quarto (.qmd). | |||
Member
There was a problem hiding this comment.
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 |
Member
There was a problem hiding this comment.
we will drop totally the support for previous ipynb files
Author
There was a problem hiding this comment.
Sure! I'll remove the convert script and the previous ipynb files from the blog sub-folders.
Made-with: Cursor
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Made-with: Cursor
Made-with: Cursor
… IMPORTANT) Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #255