IPython notebook テキスト・マークダウン
IPythonでテキスト見出しなど、マークダウンを活用して、見やすくする。
見出し(Heading)の書き方
基本の見出しの書き方ですが、ページ上部のツールバーのCellタイプを変更します。
![Heading編集](https://it.senatus.jp/wp-content/uploads/2014/10/ee7c7b29650fb1cb589355eb44c6472a1.png)
マークダウンの書き方
基本的な書き方は同じです。Cellタイプを変更してから、記入します。
![Markdownタイプの選択](https://it.senatus.jp/wp-content/uploads/2014/10/f88ea669a31a952b266bff063669e8a5.png)
イタリックとボールド
You can make text *italic* or **bold**.
![イタリックとボールド](https://it.senatus.jp/wp-content/uploads/2014/10/d9fc6b825b92509080bf81569b4306fe.png)
リスト
You can build nested itemized or enumerated lists: * One - Sublist - This - Sublist - That - The other thing * Two - Sublist * Three - Sublist Now another list: 1. Here we go 1. Sublist 2. Sublist 2. There we go 3. Now this
![リスト](https://it.senatus.jp/wp-content/uploads/2014/10/2f518a478357021b0abc12fc8689105b.png)
参考:
Markdown Cells