Jupyter Notebook is a comprehensive tool for making powerful reports and tutorials involving complex mathematical expressions and algorithms. This is because Jupyter Notebook provides powerful typesetting features for text formatting and mathematical equation typing. Jupyter Notebook cells with these features are called Markdown cells, as opposed to Code cells, where code is written and executed. Typesetting in Jupyter Notebook is derived from the versatile JavaScript library called MathJax used for typing scientific equations in web products. It also supports LaTex syntaxes, in fact, most syntax we are going to discuss.
In this section, we are going to discuss how to write these equations ...