diff options
Diffstat (limited to 'day1/session2.tex')
-rw-r--r-- | day1/session2.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/day1/session2.tex b/day1/session2.tex index 54dbd37..13efd55 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -353,7 +353,7 @@ $ cat pendulum.txt \begin{frame}[fragile] \frametitle{Plotting from \typ{pendulum.txt}} -Open a new script and type the following: +Type the following in an editor. Save as \typ{pend\_pl.py} \begin{lstlisting} l = [] t = [] @@ -372,8 +372,8 @@ show() \begin{frame} \frametitle{Save and run} \begin{itemize} - \item Save as pendulum\_plot.py. - \item Run using \kwrd{\%run -i pendulum\_plot.py} + \item Save as \typ{pend\_pl.py} + \item Run using \kwrd{\%run -i pend\_pl.py} \end{itemize} \end{frame} |