SalamLang/Salam

MyST Executable Markdown Files. Define Jupyter metadata to make Markdown files executable

Open

#1,400 opened on Jul 5, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (22 forks)auto 404
documentationenhancementhacktoberfesthacktoberfest-acceptedhelp wantedmystpythonquestionsalamtesting

Repository metrics

Stars
 (28 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide