SalamLang/Salam

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

Open

#1400 aperta il 5 lug 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C (22 fork)auto 404
documentationenhancementhacktoberfesthacktoberfest-acceptedhelp wantedmystpythonquestionsalamtesting

Metriche repository

Star
 (28 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor