https://mystmd.org/guide/notebooks-with-markdown
Execution information can be added to MyST Markdown files, which allows you to perform computation using MyST’s notebook execution engine. First, you will need to define a kernel specification, after which you can introduce Markdown-based computation in several ways
We can create a native Jupyter kernel for a new programming language by implementing a Wrapper Kernel.
https://jupyter-client.readthedocs.io/en/latest/kernels.html
https://mystmd.org/guide/notebooks-with-markdown
Execution information can be added to MyST Markdown files, which allows you to perform computation using MyST’s notebook execution engine. First, you will need to define a kernel specification, after which you can introduce Markdown-based computation in several ways
We can create a native Jupyter kernel for a new programming language by implementing a Wrapper Kernel.
https://jupyter-client.readthedocs.io/en/latest/kernels.html