Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundled MathJAX? #3094

Closed
ctessum opened this issue Nov 13, 2024 · 7 comments
Closed

Bundled MathJAX? #3094

ctessum opened this issue Nov 13, 2024 · 7 comments
Labels
frontend Concerning the HTML editor publishing Notebooks as static documents on the web

Comments

@ctessum
Copy link

ctessum commented Nov 13, 2024

Hello,

Apologies for not including a video, I don't want to be that guy, but I really feel like this issue will be explainable without one.

The situation, on which I think everyone can agree, is that Pluto gets its MathJax script from cdn.jsdelivr.net. Here is the relevant section from the sources tab of the chrome browser console:

image

This is, of course, a normal thing to do, but I am currently using Pluto in to teach a class where we have exams in special computer labs where the computers have firewalled off most of the internet, to discourage cheating.

As you might guess, the problem is that cdn.jsdelivr.net is not on the whitelist, so the equations don't get rendered in the notebooks, which causes the students taking the exam to be very anxious.

So my question is, would it be possible to bundle mathjax in with Pluto, which should solve this firewall problem? (I am told that JupyterLab already does this, and Jupyter notebooks don't have any problems rendering equations in these computer labs.)

Thanks for you consideration!

@fonsp
Copy link
Owner

fonsp commented Nov 13, 2024

Hey @ctessum ! This was actually fixed by #3091 recently! So it will be fixed in the next release, should be within 2 weeks :)

@fonsp fonsp closed this as completed Nov 13, 2024
@fonsp fonsp added frontend Concerning the HTML editor publishing Notebooks as static documents on the web labels Nov 13, 2024
@fonsp
Copy link
Owner

fonsp commented Nov 13, 2024

When is the exam?

@ctessum
Copy link
Author

ctessum commented Nov 13, 2024

Thanks! The exam is today 😅. But there is also one next week and the week after so the change is appreciated.

@fonsp
Copy link
Owner

fonsp commented Nov 13, 2024

Okay! In that case I'll do a release right now

@ctessum
Copy link
Author

ctessum commented Nov 13, 2024

Thanks!

@fonsp
Copy link
Owner

fonsp commented Nov 14, 2024

Whoops I need to fix #3095 before I can release, I'll try tomorrow

@ctessum
Copy link
Author

ctessum commented Nov 14, 2024

OK, thanks for letting me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Concerning the HTML editor publishing Notebooks as static documents on the web
Projects
None yet
Development

No branches or pull requests

2 participants