Notebook: Create notebook without kernel only for markdown editing

Created on 7 Oct 2017  路  6Comments  路  Source: jupyter/notebook

Can a notebook be created without a coding kernel (python, r etc) just for markdown editing?
Or is there a only markdown kernel available?

Question

Most helpful comment

Allow me to introduce the markdown kernel for Jupyter.

All 6 comments

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.

image

Was this page helpful?
0 / 5 - 0 ratings