Writing mathematical equations in Jupyter Notebook

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 ...

Get Mastering pandas - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.