Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: sagemathinc/cocalc-example-files
Path: blob/master/markdown/markdown-in-jupyter.ipynb
Views: 930
Kernel: Python 3 (Ubuntu Linux)

Markdown in Jupyter Notebooks

In order to be able to enter formatted Markdown text, select "Markdown" in the dropdown for the mode of the cell (it usually says "code").

Quick reference

Visual look

  • **bold**: bold text

  • _italic_: italic

  • ~~strike~~: strike

  • Headers: # Main, ## Subheader, ### Subsub header, ...

Explore more by selecting words and clicking on the formatting buttons of this editor.

Structure

Lists:

* item1 * item2

Enumeration:

1. item1 1. item2

Special elements

  • Links: [name of link](http://url.it.links/to)

Formuas

It is also possible to embed formulas. They are formatted using MathJax.

Inline x2x^2 formula.

E=mc2\begin{equation} E = mc^2 \end{equation}

References