From 5e578d3fb6e8701d585f16a1516405c3859c90ec Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Thu, 4 Mar 2021 17:01:52 +0530 Subject: Remove references to Canopy in scipy/basic/03_ipython_plotting.tex --- scipy/basic/03_ipython_plotting.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scipy/basic') 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} -- cgit