jupyter / nbgrader

A system for assigning and grading notebooks
https://nbgrader.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.3k stars 317 forks source link

Fixed LaTeX rendering in some demo notebooks #1890

Closed ZiadAmerr closed 5 months ago

ZiadAmerr commented 5 months ago

The current notebooks are incorrectly rendered because the dollar sign should not be perceded by a space to be rendered correctly in Visual Studio Code cells, adding a space around them fixes the problem, however it does render correctly on GitHub.

The part in red is the default format, the part in green is the fixed format.

Screenshot 2024-06-14 at 5 54 17 PM
github-actions[bot] commented 5 months ago

Binder :point_left: Launch a Binder on branch ZiadAmerr/nbgrader/main

brichet commented 5 months ago

Thanks @ZiadAmerr. Can you rebase on main please, to make sure the tests pass ?

ZiadAmerr commented 5 months ago

You're welcome @brichet :)