summaryrefslogtreecommitdiff
path: root/scipy/basic/04_saving_scripts.tex
diff options
context:
space:
mode:
authorPrabhu Ramachandran2021-05-14 16:52:14 +0530
committerGitHub2021-05-14 16:52:14 +0530
commit5be924e4f1db66b12e6000ffdfa29486e6012c5e (patch)
tree16e0b012a99a8bd031b9407a0924f7b410c3a157 /scipy/basic/04_saving_scripts.tex
parentd2b6f1cda2d3d8b498a8b8a7a516cb76a2b9562c (diff)
parent3e197f459a42d73018351ee08c893dcf7246b07f (diff)
downloadpython-workshops-5be924e4f1db66b12e6000ffdfa29486e6012c5e.tar.gz
python-workshops-5be924e4f1db66b12e6000ffdfa29486e6012c5e.tar.bz2
python-workshops-5be924e4f1db66b12e6000ffdfa29486e6012c5e.zip
Merge pull request #2 from ankitjavalkar/remove-canopy
Remove references to Canopy
Diffstat (limited to 'scipy/basic/04_saving_scripts.tex')
-rw-r--r--scipy/basic/04_saving_scripts.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/scipy/basic/04_saving_scripts.tex b/scipy/basic/04_saving_scripts.tex
index 356f10f..e7f1698 100644
--- a/scipy/basic/04_saving_scripts.tex
+++ b/scipy/basic/04_saving_scripts.tex
@@ -201,7 +201,7 @@ Saves from history the commands entered on line numbers \alert{16, 18, 19, 20, \
\item Save lines relevant for the review problem
\item Hint: example\\ \typ{\%save four_plot.py 16 18-27}
\item Choose the lines carefully
- \item Edit \typ{four_plot.py} on Canopy
+ \item Edit \typ{four_plot.py} on Spyder
\item Make sure all the lines are correct
\item Save the script
\end{itemize}
@@ -211,7 +211,7 @@ Saves from history the commands entered on line numbers \alert{16, 18, 19, 20, \
\begin{frame}[fragile]
\frametitle{Creating scripts: alternative}
\begin{itemize}
- \item Create a new file on Canopy
+ \item Create a new file on Spyder
\item Copy commands for assignment with your mouse
\item Save the script to \typ{four_plot.py}
\end{itemize}
@@ -269,7 +269,7 @@ In []: show()
\begin{frame}[fragile]
\frametitle{Running with Python}
\begin{itemize}
- \item Start a new Canopy 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 Canopy terminal
+ \item On terminal
\item Run the script as:
\end{itemize}
\begin{lstlisting}
@@ -388,13 +388,13 @@ show()
\end{frame}
\begin{frame}
- \frametitle{Using Canopy}
+ \frametitle{Using Spyder and Anaconda}
\begin{itemize}
\item Much easier
\item Write code in the editor
- \item Embedded IPython
+ \item Embedded IPython Console
\item Save (Ctrl-S or Cmd-S)
- \item Run selection: Ctrl-Shift-R (Cmd-Shift-R on OS X)
+ \item Run selection: F9
\item Run code: Ctrl-R (Cmd-R on OS X)
\item Change directory with menu (\typ{\%cd})
\end{itemize}