diff options
author | Puneeth Chaganti | 2010-04-30 12:46:14 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-04-30 12:46:14 +0530 |
commit | d904622fd1aca9ab547fc281d1d3718e521b710f (patch) | |
tree | da644e542da7430e2c5ffe0c22dc681c3ced0337 | |
parent | db7079679ba37dcaca5dd7e722038ff5a28729cd (diff) | |
download | workshops-more-scipy-d904622fd1aca9ab547fc281d1d3718e521b710f.tar.gz workshops-more-scipy-d904622fd1aca9ab547fc281d1d3718e521b710f.tar.bz2 workshops-more-scipy-d904622fd1aca9ab547fc281d1d3718e521b710f.zip |
Added instruction for filename - pendulum.py.
-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 = [] |