cyrilou242 / jnotebook

Notebook for Java.
https://jnotebook.catheu.tech
MIT License
12 stars 3 forks source link

[core] render latex on server side #4

Closed cyrilou242 closed 1 year ago

cyrilou242 commented 1 year ago

move latex rendering to the server side. avoids the katex dependency in the html notebooks.

if we can see via some benchmarks that server-side rendering is slower than in browser, then we will have to introduce the following logic:

Don't want to do this before the frontend is more mature.