Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mix python output and markdown in jupyter

I want to be able to show the result of a python computation and have some explanation of it in Markdown. This seems like a fairly simple operation, but I can't figure out how to do it. Is there any way to do this without installing any extensions to Jupyter?

like image 574
user1742188 Avatar asked Oct 18 '22 05:10

user1742188


1 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.

like image 83
Revan Avatar answered Oct 22 '22 09:10

Revan