diff options
author | ankitjavalkar | 2021-02-26 15:25:22 +0530 |
---|---|---|
committer | ankitjavalkar | 2021-02-26 15:25:22 +0530 |
commit | 7bd03ae3b4b12ed4d8b033f9ee2d1b9ba154b648 (patch) | |
tree | 09db42d492eb846073163b8db5cbd4502f6be016 /scipy/basic/04_saving_scripts.tex | |
parent | 580382054c0835531107e3596f14f93bfb823678 (diff) | |
download | python-workshops-7bd03ae3b4b12ed4d8b033f9ee2d1b9ba154b648.tar.gz python-workshops-7bd03ae3b4b12ed4d8b033f9ee2d1b9ba154b648.tar.bz2 python-workshops-7bd03ae3b4b12ed4d8b033f9ee2d1b9ba154b648.zip |
Add Anaconda section to Prelims slides and edit Running Python Scripts in Canopy to reflect changes - Anaconda and VSCode
Diffstat (limited to 'scipy/basic/04_saving_scripts.tex')
-rw-r--r-- | scipy/basic/04_saving_scripts.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scipy/basic/04_saving_scripts.tex b/scipy/basic/04_saving_scripts.tex index 356f10f..a3df3c3 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 VSCode \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 VSCode \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 IPython 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 IPython terminal \item Run the script as: \end{itemize} \begin{lstlisting} @@ -388,7 +388,7 @@ show() \end{frame} \begin{frame} - \frametitle{Using Canopy} + \frametitle{Using VSCode and Anaconda} \begin{itemize} \item Much easier \item Write code in the editor |