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-sage-worksheet.sagews
Views: 977
Markdown in Sage Worksheets
2
In order to be able to enter markdown text between calculations, start a new block of code with %md
!
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.