Skip to content

Commit

Permalink
Merge pull request #685 from minrk/mathjax-cdn
Browse files Browse the repository at this point in the history
get mathjax from cdnjs
  • Loading branch information
minrk committed Apr 10, 2017
2 parents b9d6be1 + 4bc87bc commit e7c1a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbviewer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def init_options():
define("proxy_port", default="", help="The proxy port.", type=int)
define("providers", default=default_providers, help="Full dotted package(s) that provide `default_handlers`", type=str, multiple=True, group="provider")
define("provider_rewrites", default=default_rewrites, help="Full dotted package(s) that provide `uri_rewrites`", type=str, multiple=True, group="provider")
define("mathjax_url", default="https://cdn.mathjax.org/mathjax/latest/", help="URL base for mathjax package", type=str)
define("mathjax_url", default="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/", help="URL base for mathjax package", type=str)
define("template_path", default=os.environ.get("NBVIEWER_TEMPLATE_PATH", None), help="Custom template path for the nbviewer app (not rendered notebooks)", type=str)
define("statsd_host", default="", help="Host running statsd to send metrics to", type=str)
define("statsd_port", default=8125, help="Port on which statsd is listening for metrics on statsd_host", type=int)
Expand Down

0 comments on commit e7c1a7d

Please sign in to comment.