Pretty Text and Math (Markdown Language)

One great feature of the Jupyter Notebooks is that they can contain formatted text, and mathematics, using the Markdown language.

Markdown is a rich language: a quick introduction to it is available here: https://guides.github.com/features/mastering-markdown/

Some quick points.

Editting and typesetting

You simply type your text and Markdown symbols into a cell, and hit "shift-return" to typeset the cell into pretty text (and math). Click on the cell again to undo the typesetting, so you can edit and fix your text. Make sure, of course, that you have marked the cell as "Markdown" and not "Code."

Headers

Headers are made by starting the line with one or more hash marks #

#### This is a level-4 header, in text form

This is the resulting header

Emphasis

Add emphasis by surrounding text with asterix or underscores.

* italics * and ** bold **: Italics and bold

Lists

Type this:

* Apple

* Orange

* Pear

to get a list like this:

  • Apple
  • Orange
  • Pear

Type this: [GitHub](http://github.com) to get a clickable link GitHub

Mathematics

Use the dollar sign $ to indicate the start and end of TeX code for your math.

Here is a basic integral: $\int \cos(x) dx = \sin(x)$

Here is a basic integral:

Images

Here is some code to embed an image from the web:

![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)

Image of Yaktocat

results matching ""

    No results matching ""