diff options
author | ankitjavalkar | 2021-03-04 17:01:52 +0530 |
---|---|---|
committer | ankitjavalkar | 2021-03-04 17:01:52 +0530 |
commit | 5e578d3fb6e8701d585f16a1516405c3859c90ec (patch) | |
tree | 9d792a92e865cefcd0da2196115f73f917f9c562 /scipy/basic/03_ipython_plotting.tex | |
parent | 7bd03ae3b4b12ed4d8b033f9ee2d1b9ba154b648 (diff) | |
download | python-workshops-5e578d3fb6e8701d585f16a1516405c3859c90ec.tar.gz python-workshops-5e578d3fb6e8701d585f16a1516405c3859c90ec.tar.bz2 python-workshops-5e578d3fb6e8701d585f16a1516405c3859c90ec.zip |
Remove references to Canopy in scipy/basic/03_ipython_plotting.tex
Diffstat (limited to 'scipy/basic/03_ipython_plotting.tex')
-rw-r--r-- | scipy/basic/03_ipython_plotting.tex | 6 |
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} |