Skip to content

Commit b092ddd

Browse files
committed
check scipy version
1 parent ff068ec commit b092ddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/images.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ import plotly.graph_objects as go
150150

151151
import numpy as np
152152
np.random.seed(1)
153+
import scipy
154+
print(scipy.__version__)
153155
from scipy.signal import savgol_filter
154156

155157
# Simulate spectroscopy data

0 commit comments

Comments
 (0)