mathjax error no response received

I get this error /warning even though I downloaded mathjax locally and put this in the header

output:
  html_notebook:
    df_print: kable
    mathjax: C:/ema/MathJax.js

which is the recommended solution.

[WARNING] Could not fetch resource https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML: HttpExceptionRequest Request {
    host                 = "mathjax.rstudio.com"
    port                 = 443
    secure               = True
    requestHeaders       = []
    path                 = "/latest/MathJax.js"
    queryString          = "?config=TeX-AMS-MML_HTMLorMML"
    method               = "GET"
    proxy                = Nothing
    rawBody              = False
    redirectCount        = 10
    responseTimeout      = ResponseTimeoutDefault
    requestVersion       = HTTP/1.1
  }
   NoResponseDataReceived

thanks everybody

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.