Skip to content

Add support LaTeX in jupyter notebooks

Justin Boyson requested to merge jdb/juptyer-notebooks-latex-support into master

What does this MR do?

Related to: #18258 (closed)

Enables rendering LaTeX when viewing Jupyter Notebooks

How to test locally

After checking out this branch you will need to run yarn to install the MathJax library.

The most straight forward way is to open any repo on your local GDK and add a new file jupytertest.ipynb then paste in the contents from here: https://raw.githubusercontent.com/ipython/ipython-in-depth/master/examples/IPython%20Kernel/Rich%20Output.ipynb

After that is committed view the file and scroll down or search for "LaTeX". The math equations should render correctly on this branch.

Screenshots (strongly suggested)

Broken

Screen_Shot_2020-12-08_at_11.59.51_AM

Working

Screen_Shot_2020-12-08_at_11.58.37_AM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Justin Boyson

Merge request reports