stateful / runme

DevOps Notebooks Built with Markdown
https://runme.dev
Apache License 2.0
1.12k stars 37 forks source link

support jupyterbook MyST Markdown #303

Open bayeslearner opened 1 year ago

bayeslearner commented 1 year ago

Is your feature request related to a problem? Please describe. Indeed, Runme provides a superior markdown editing experience in VSCode, with the capability to execute in-place code blocks. This characteristic aligns seamlessly with the requirements of the JupyterBook's MyST markdown format, offering numerous benefits.

Describe the solution you'd like I propose the enhancement of Runme to comprehend and support the MyST markdown format, streamlining its usage within the platform.

Describe alternatives you've considered Alternative solutions haven't been proposed at this stage.

Additional context The MyST markdown format, leveraged by Jupyter notebooks, endorses a plethora of features such as code cells execution and narrative content writing, among others. By infusing the Runme extension with MyST markdown support, we could merge the dynamic code execution attributes of Jupyter notebooks with the robust editing and navigation capabilities of VSCode. This upgrade could markedly enhance the workflow for numerous developers depending on both tools.

sourishkrout commented 1 year ago

Hi @bayeslearner. Thanks for reporting this issue. We will review MyST and the feature request and circle back.