Skip to content

Commit d3b4f78

Browse files
committed
update cli format
hyphen separator, not underscore
1 parent 149dd32 commit d3b4f78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/nbviewer.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ extraEnv:
77

88
nbviewer:
99
extraArgs:
10-
- '--cache_expiry_min=3600'
11-
- '--cache_expiry_max=14400'
12-
- "--content_security_policy=connect-src *" # https://github.com/jupyter/nbviewer/issues/797
13-
- '--jupyter_js_widgets_version=2.1' # https://github.com/jupyter/nbviewer/issues/818
14-
- '--jupyter_widgets_html_manager_version=0.15' # https://github.com/jupyter/nbviewer/issues/818
10+
- '--cache-expiry-min=3600'
11+
- '--cache-expiry-max=14400'
12+
- "--content-security-policy=connect-src *" # https://github.com/jupyter/nbviewer/issues/797
13+
- '--jupyter-js-widgets-version=2.1' # https://github.com/jupyter/nbviewer/issues/818
14+
- '--jupyter-widgets-html-manager-version=0.15' # https://github.com/jupyter/nbviewer/issues/818
1515

1616
statuspage:
1717
enabled: true

0 commit comments

Comments
 (0)