diff options
-rw-r--r-- | day1/session2.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/day1/session2.tex b/day1/session2.tex index 5565af3..f994c5d 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -362,7 +362,8 @@ In []: cat pendulum.txt \begin{frame}[fragile] \frametitle{Plotting from \typ{pendulum.txt}} -Open a new script and type the following: +Open a new script\\ +Save as \typ{pendulum.py} after typing first line \begin{lstlisting} L = [] t = [] |