summaryrefslogtreecommitdiff
path: root/scipy/basic/03_ipython_plotting.tex
diff options
context:
space:
mode:
Diffstat (limited to 'scipy/basic/03_ipython_plotting.tex')
-rw-r--r--scipy/basic/03_ipython_plotting.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/scipy/basic/03_ipython_plotting.tex b/scipy/basic/03_ipython_plotting.tex
index 465d4f0..d7e67b4 100644
--- a/scipy/basic/03_ipython_plotting.tex
+++ b/scipy/basic/03_ipython_plotting.tex
@@ -138,7 +138,7 @@ Python}
\begin{frame}
\frametitle{Checklist}
\begin{enumerate}
- \item Editor - we recommend \alert{Canopy}
+ \item Editor - we recommend \alert{VSCode}
\item IPython
\item Data files:
\begin{itemize}
@@ -193,7 +193,7 @@ Python}
\frametitle{Starting up \ldots}
\begin{block}{Start a terminal}
\begin{itemize}
- \item Canopy command prompt (Tools menu)
+ \item Open Terminal using Anaconda Navigator
\end{itemize}
\end{block}
@@ -269,7 +269,7 @@ Breaking out of loops
\begin{itemize}
\item Exit the IPython interpreter
\item Close the terminal
- \item Restart the terminal (Canopy tools menu)
+ \item Restart the terminal
\item Restart IPython using:
\end{itemize}
\begin{lstlisting}