Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
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~~
:strikeHeaders:
# Main
,## Subheader
,### Subsub header
, ...
Explore more by selecting words and clicking on the formatting buttons of this editor.
Structure
Lists:
Enumeration:
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 formula.
References
In [0]: