Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to write text in jupyter / ipython notebook?

Here is an example of IPython notebook in which besides the input and output cells we have a plain text. How can I do the same in my IPython notebook? At the moment I have inly In and Out cells.

like image 694
Roman Avatar asked Jul 23 '13 07:07

Roman


1 Answers

Change the cell type to Markdown in the menu bar, from Code to Markdown. Currently in Notebook 4.x, the keyboard shortcut for such an action is: Esc (for command mode), then m (for markdown).

like image 142
Matt Avatar answered Sep 20 '22 11:09

Matt