We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f1643 commit 2cab40eCopy full SHA for 2cab40e
docs/render/glue.md
@@ -54,6 +54,8 @@ We'll hide most of this process below, to focus on the glueing part.
54
55
# Simulate some data and bootstrap the mean of the data
56
import numpy as np
57
+np.set_printoptions(legacy="1.25")
58
+
59
import pandas as pd
60
import matplotlib.pyplot as plt
61
0 commit comments