diff options
author | Prabhu Ramachandran | 2021-05-14 16:52:14 +0530 |
---|---|---|
committer | GitHub | 2021-05-14 16:52:14 +0530 |
commit | 5be924e4f1db66b12e6000ffdfa29486e6012c5e (patch) | |
tree | 16e0b012a99a8bd031b9407a0924f7b410c3a157 /scipy/basic/03_ipython_plotting.tex | |
parent | d2b6f1cda2d3d8b498a8b8a7a516cb76a2b9562c (diff) | |
parent | 3e197f459a42d73018351ee08c893dcf7246b07f (diff) | |
download | python-workshops-5be924e4f1db66b12e6000ffdfa29486e6012c5e.tar.gz python-workshops-5be924e4f1db66b12e6000ffdfa29486e6012c5e.tar.bz2 python-workshops-5be924e4f1db66b12e6000ffdfa29486e6012c5e.zip |
Merge pull request #2 from ankitjavalkar/remove-canopy
Remove references to Canopy
Diffstat (limited to 'scipy/basic/03_ipython_plotting.tex')
-rw-r--r-- | scipy/basic/03_ipython_plotting.tex | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/scipy/basic/03_ipython_plotting.tex b/scipy/basic/03_ipython_plotting.tex index 465d4f0..326ad79 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{Spyder} \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} @@ -462,7 +462,6 @@ In []: legend(['sin(2y)'], loc='center') \begin{lstlisting} 'best' 'right' -'left' 'center' \end{lstlisting} \end{columns} |