Skip to content

Commit 05dc393

Browse files
committed
try remove-cell tag to change thumbnail
1 parent 93ae3ed commit 05dc393

File tree

2 files changed

+86
-53
lines changed

2 files changed

+86
-53
lines changed

examples/case_studies/ssm_hurricane_tracking.ipynb

Lines changed: 77 additions & 53 deletions
Large diffs are not rendered by default.

examples/case_studies/ssm_hurricane_tracking.myst.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,15 @@ fig.update_layout(
19311931
fig.show(renderer="svg")
19321932
```
19331933

1934+
```{code-cell} ipython3
1935+
:tags: [remove-cell]
1936+
1937+
fig = plot_hurricane_path(
1938+
data=fiona_df, posterior_mean=f_mean, predicted_covariance=cppc_vcov, uncertainty_index=0
1939+
)
1940+
fig.show(width=1000, renderer="png", config={"displayModeBar": False})
1941+
```
1942+
19341943
## Authors
19351944
* Authored by Jonathan Dekermanjian in June, 2025
19361945

0 commit comments

Comments
 (0)