Skip to content

Commit

Permalink
attempt to fix plot rendering on ReviewNB try jupyterlab renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekermanjian committed Dec 30, 2024
1 parent 8792aeb commit 0e9f665
Show file tree
Hide file tree
Showing 2 changed files with 20,816 additions and 160 deletions.
20,974 changes: 20,815 additions & 159 deletions examples/case_studies/ssm_hurricane_tracking.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/case_studies/ssm_hurricane_tracking.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import xarray as xr
import plotly.graph_objects as go
import plotly.io as pio
pio.renderers.default = "notebook_connected"
pio.renderers.default = "jupyterlab"
# Required Extra Dependencies
import polars as pl
Expand Down

0 comments on commit 0e9f665

Please sign in to comment.