Skip to content

Commit

Permalink
use stderr instead
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jan 7, 2025
1 parent afb34d3 commit eea874f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ On a map:

```{jupyter-execute}
---
okwarning: true
stderr: true
---
fig, axes = plt.subplots(
Expand Down Expand Up @@ -120,7 +120,7 @@ Again, we can look at the result:

```{jupyter-execute}
---
okwarning: true
stderr: true
---
fig, axes = plt.subplots(
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/xarray.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ And we can compare the two variables:

```{jupyter-execute}
---
okwarning: true
stderr: true
---
fig, axes = plt.subplots(
Expand Down Expand Up @@ -120,7 +120,7 @@ Again, we can look at the result:

```{jupyter-execute}
---
okwarning: true
stderr: true
---
fig, axes = plt.subplots(
Expand Down

0 comments on commit eea874f

Please sign in to comment.