File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1414 use_repository_button : true
1515 extra_navbar : " "
1616 home_page_in_navbar : false
17- # https://github.com/plotly/plotly.py/issues/5012
18- announcement : Charts are currently broken on this site. To view them, launch on {{coding_env_name}}.
1917 extra_footer : |
2018 <div>
2119 <a href="https://creativecommons.org/publicdomain/zero/1.0/">
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ dependencies:
99 - pip
1010 - pip :
1111 - gradescope_utils
12+ # Using v6 (newer than Colab) to avoid the need for the plugin in the base environment
13+ # fixes HTML export
14+ # https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#301----2025-02-18
15+ - git+https://github.com/plotly/plotly.py@v6.0.1
1216
1317 # extensions
1418 - jupyter-resource-usage
@@ -22,8 +26,8 @@ dependencies:
2226 - html5lib=1.1
2327 - lxml
2428 - pandas=2.2.2
25- # intentionally using newer version than Colab to avoid the need for the plugin in the base environment
26- - plotly=6.*
29+ # see above
30+ # - plotly> =6.0.1
2731 - requests=2.32.3
2832 - statsmodels=0.14.4
2933 # # supporting packages for notebooks ##
You can’t perform that action at this time.
0 commit comments