Skip to content

Commit 0e9f665

Browse files
committed
attempt to fix plot rendering on ReviewNB try jupyterlab renderer
1 parent 8792aeb commit 0e9f665

File tree

2 files changed

+20816
-160
lines changed

2 files changed

+20816
-160
lines changed

examples/case_studies/ssm_hurricane_tracking.ipynb

Lines changed: 20815 additions & 159 deletions
Large diffs are not rendered by default.

examples/case_studies/ssm_hurricane_tracking.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ import xarray as xr
9090
import plotly.graph_objects as go
9191
import plotly.io as pio
9292
93-
pio.renderers.default = "notebook_connected"
93+
pio.renderers.default = "jupyterlab"
9494
9595
# Required Extra Dependencies
9696
import polars as pl

0 commit comments

Comments
 (0)