diff options
author | Santosh G. Vattam | 2010-01-27 21:42:07 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-01-27 21:42:07 +0530 |
commit | 6205d19e9ba137b64a27baadc68012ebce895f26 (patch) | |
tree | 12eef489416d701c8659acccf81831736a2d30b0 /day2/session1.tex | |
parent | 27fba3297e33331039fbae3caff26a0a4b385f46 (diff) | |
download | workshops-more-scipy-6205d19e9ba137b64a27baadc68012ebce895f26.tar.gz workshops-more-scipy-6205d19e9ba137b64a27baadc68012ebce895f26.tar.bz2 workshops-more-scipy-6205d19e9ba137b64a27baadc68012ebce895f26.zip |
Changed all sessions based on tot session.
Diffstat (limited to 'day2/session1.tex')
-rw-r--r-- | day2/session1.tex | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/day2/session1.tex b/day2/session1.tex index 5885994..82881a0 100644 --- a/day2/session1.tex +++ b/day2/session1.tex @@ -79,7 +79,7 @@ \author[FOSSEE Team] {The FOSSEE Group} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {12 January, 2010\\Day 2, Session 1} +\date[] {29 January, 2010\\Day 2, Session 1} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} @@ -255,6 +255,7 @@ Out[]: 'hello world' \begin{frame}[fragile] \frametitle{A bit about IPython} + Recall, we showed a few features of IPython, here is one more: \begin{itemize} \item IPython provides better help \item object.function? @@ -262,10 +263,6 @@ Out[]: 'hello world' In []: a = 'Hello World' In []: a.lower? \end{lstlisting} - \item It provides tab completion - \begin{lstlisting} -In []: a.s<Tab> - \end{lstlisting} \end{itemize} \end{frame} |