Closed AbdealiLoKo closed 3 years ago
@AbdealiJK, yes the default behavior is to look for MathJax at this CDN location. You can customize this path using the mathjax
scope property. If you're hosting your own build of MathJax in the offline environment you can set it to your own URL string, or you can set it to None
to disable MathJax (math typsetting) support in the exported images.
import plotly.io as pio
pio.kaleido.scope.mathjax = None
Hope that helps
Awesome. Thanks @jonmmease Appreciate the example on how to disable it - will use that until I need mathjax support
when i run a project i got this error do you ever meet this problem ?and are there anyway to fix it?thank you so much if you can give me some help~
Hi, more of a question based on something I saw in my logs while evaluating kaleido.
I see a process:
Here I see that plotly js is linked to a locally installed plotlyjs. But mathjax is using a CDN on the internet.
We are looking to deploy this on a machine with no internet access. So, question: Does kaleido use the CDN and is it trying to access the internet ? If yes - Is there any way to disable it ?