Skip to content

Commit

Permalink
docs: set NumPy printoptions
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jun 27, 2024
1 parent fe24b39 commit ca4ac6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/executable/output-insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ to focus on the glueing part.
# Simulate some data and bootstrap the mean of the data
import numpy as np
np.set_printoptions(legacy="1.25")
import pandas as pd
import matplotlib.pyplot as plt
Expand Down

0 comments on commit ca4ac6f

Please sign in to comment.