diff options
author | ankitjavalkar | 2021-04-29 14:10:41 +0530 |
---|---|---|
committer | ankitjavalkar | 2021-04-29 14:10:41 +0530 |
commit | 3e197f459a42d73018351ee08c893dcf7246b07f (patch) | |
tree | 16e0b012a99a8bd031b9407a0924f7b410c3a157 /scipy | |
parent | 566b99ec9ae9e07b47439fc0c43c3771022baf3e (diff) | |
download | python-workshops-3e197f459a42d73018351ee08c893dcf7246b07f.tar.gz python-workshops-3e197f459a42d73018351ee08c893dcf7246b07f.tar.bz2 python-workshops-3e197f459a42d73018351ee08c893dcf7246b07f.zip |
Add reference to EDM, Add reference to Spyder, Fix terminal references
Diffstat (limited to 'scipy')
-rw-r--r-- | scipy/basic/04_saving_scripts.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scipy/basic/04_saving_scripts.tex b/scipy/basic/04_saving_scripts.tex index 02ce491..e7f1698 100644 --- a/scipy/basic/04_saving_scripts.tex +++ b/scipy/basic/04_saving_scripts.tex @@ -269,7 +269,7 @@ In []: show() \begin{frame}[fragile] \frametitle{Running with Python} \begin{itemize} - \item Start a new IPython terminal + \item Start a new terminal \item Change directory to where you saved \typ{four_plot.py} \item Run the script as: \end{itemize} @@ -315,7 +315,7 @@ plot(x, x, 'b') \begin{frame}[fragile] \frametitle{Try again} \begin{itemize} - \item On IPython terminal + \item On terminal \item Run the script as: \end{itemize} \begin{lstlisting} |