Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
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