rachelyeshurun / magic-of-dynamic-programming

Implement the article 'Towards a Better Way to Teach Dynamic Programming' (Forišek, 2015) as a series of Jupyter notebooks
11 stars 1 forks source link

Quizzes with LaTeX don't render with 'run all' #19

Open rachelyeshurun opened 4 years ago

rachelyeshurun commented 4 years ago

Steps to reproduce:

In binder or other way - 'run all' on a notebook (notebook 1 for example) that has LaTeX symbols in a quiz.

Expected: All quizzes render

Actual: Those quizzes with LaTeX symbols do not render

Workaround: If you run each quiz separately, they DO render!

Note: Probably won't fix this bug, but it means that I can't hide the input cells of LaTeX quizzes, since user needs to see the quiz code cell in order to run it .. Also, I'll try not to use LaTeX for now in quizzes.