Mix python output and markdown in jupyter

I want to show the result of python calculation and give some explanation for this in Markdown. This seems like a fairly simple operation, but I cannot figure out how to do this. Is there a way to do this without installing any extensions for Jupyter?

+4
source share
2 answers

In the toolbar (see image here http://jupyter-notebook.readthedocs.io/en/latest/_images/jupyter-notebook-default.png ), you can set the cell as Markdown in the drop-down menu for explanatory text.

0
source

, Jupyter?

, OP , , Python-Markdown, . . , Googles "jupyter mix markdown python print cell".

Python-Markdown , MyBinder, ; , , .

0

All Articles