Skip to content

Commit 58a337b

Browse files
committed
use (unreleased) Plotly v6.0.1
1 parent e3ba87e commit 58a337b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ html:
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/">

extras/environment.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ##

0 commit comments

Comments
 (0)