summaryrefslogtreecommitdiff
path: root/scipy/basic/04_saving_scripts.tex
diff options
context:
space:
mode:
authorankitjavalkar2021-04-08 16:21:32 +0530
committerankitjavalkar2021-04-08 16:21:32 +0530
commitd0197a9282870401fd565ebcb73c1c282c1c3cac (patch)
tree3f25fadb632b9e039dc8372017b3aaa53dc68ec6 /scipy/basic/04_saving_scripts.tex
parent5e578d3fb6e8701d585f16a1516405c3859c90ec (diff)
downloadpython-workshops-d0197a9282870401fd565ebcb73c1c282c1c3cac.tar.gz
python-workshops-d0197a9282870401fd565ebcb73c1c282c1c3cac.tar.bz2
python-workshops-d0197a9282870401fd565ebcb73c1c282c1c3cac.zip
Remove references to VSCode and replace with Spyder
Diffstat (limited to 'scipy/basic/04_saving_scripts.tex')
-rw-r--r--scipy/basic/04_saving_scripts.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/scipy/basic/04_saving_scripts.tex b/scipy/basic/04_saving_scripts.tex
index a3df3c3..02ce491 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 VSCode
+ \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 VSCode
+ \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}
@@ -388,13 +388,13 @@ show()
\end{frame}
\begin{frame}
- \frametitle{Using VSCode and Anaconda}
+ \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}