Text cells

You can use text cells for various notes and comments in your notebooks.

Text cells
Text cells
Text cells
Text cells

Use markdown markup to format text. Supported markdown syntax:

  • # H1, ## H2, ### H3 — headers;

  • **text** or __text__ — bold text;

  • *text* or _text_ — italic text;

  • ***text*** or ___text___ — bold and italic text;

  • `code` — inline code;

  • ```multiline code``` — multiline code blocks;

  • - item or 1. item — lists;

  • > quote — blockquotes;

  • [text](url) — links;

  • --- — horizontal rule.

Text cell editing mode
Text cell editing mode
Text cell editing mode
Text cell editing mode

Text cells contain the same control elements as SQL cells, except for those related to query execution (the button to run a query, query execution status and time indicators).

Found a mistake? Seleсt text and press Ctrl+Enter to report it