Can a notebook be created without a coding kernel (python, r etc) just for markdown editing?
Or is there a only markdown kernel available?
This would be useful. I think I would do it by just creating a Python kernel whose default cell type was Markdown, and naming it Markdown Kernel.
Hacktoberfest TLV shotgun!
This would be useful. I think I would do it by just creating a Python kernel whose default cell type was Markdown, and naming it Markdown Kernel.
@dsblank Does this mean that no actual Python kernel will be created? Because for me that's the point of such a feature.
Allow me to introduce the markdown kernel for Jupyter.
It would be great if it were a native markdown kernel! Now I use Python 3 kernel but don't create Python cells.
With the new --in option of magic %expand, you can write markdown code in markdown kernel for Jupyter with inline expressions for Python and R directly, even in Rmarkdown style.

Most helpful comment
Allow me to introduce the markdown kernel for Jupyter.