summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrabhu Ramachandran2021-05-16 14:04:34 +0530
committerPrabhu Ramachandran2021-05-16 14:04:34 +0530
commitf39cafb0a6dc214fbc3c3e1af956a2fb3e87a714 (patch)
treee78348aa180f771a04180b6fcea41aba00218ab9
parentadbfe2127c219095ec84f08b836a58891f530b35 (diff)
downloadpython-workshops-f39cafb0a6dc214fbc3c3e1af956a2fb3e87a714.tar.gz
python-workshops-f39cafb0a6dc214fbc3c3e1af956a2fb3e87a714.tar.bz2
python-workshops-f39cafb0a6dc214fbc3c3e1af956a2fb3e87a714.zip
Some minor changes.
-rw-r--r--scipy/basic/03_ipython_plotting.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/scipy/basic/03_ipython_plotting.tex b/scipy/basic/03_ipython_plotting.tex
index f05b000..eba7568 100644
--- a/scipy/basic/03_ipython_plotting.tex
+++ b/scipy/basic/03_ipython_plotting.tex
@@ -130,7 +130,7 @@ Python}
\alert{IIT Bombay}\\
and funded by\\
The National Mission on Education through ICT, \\
- \alert{Ministry of HRD, India}
+ \alert{Ministry of Education, India}
\end{center}
\end{frame}
@@ -193,7 +193,8 @@ Python}
\frametitle{Starting up \ldots}
\begin{block}{Start a terminal}
\begin{itemize}
- \item Open Terminal using Anaconda Navigator
+ \item Open Terminal with Anaconda Navigator
+ \item Or any other approach
\end{itemize}
\end{block}
@@ -235,6 +236,7 @@ Exiting on the \textbf{terminal}
\frametitle{IPython? }
\begin{itemize}
\item An enhanced Python interpreter
+ \item Provides many conveniences
\end{itemize}
\end{frame}