mystmd icon indicating copy to clipboard operation
mystmd copied to clipboard

Complete ipynb export support

Open kp992 opened this issue 8 months ago • 3 comments

Hi,

I am trying to complete the feature in #1882. And building my first PR on top of it. I tried to add the ipynb writer by visiting the blocks and merging all the markdown blocks to a single cell until a code cell appears. Please review the PR.

I have a small question: How do I test it using a CLI locally for a single file? I currently do npm run test from myst-to-ipynb directory. Is there a way I can test some ast.yml or .md file to ipynb?

I am sorry if this is a very newbie question and documented somewhere.

kp992 avatar Mar 12 '25 01:03 kp992