day1/tot.tex
changeset 366 ec4cb3ba7f09
parent 364 856470d9a952
equal deleted inserted replaced
365:2cda9b04f142 366:ec4cb3ba7f09
   154 \section{Checklist}
   154 \section{Checklist}
   155 \begin{frame}
   155 \begin{frame}
   156 \frametitle{Checklist}
   156 \frametitle{Checklist}
   157   \begin{enumerate}
   157   \begin{enumerate}
   158     \item IPython
   158     \item IPython
   159     \item Editor: We recommend \alert{scite}.
   159     \item Editor
   160     \item Data files: 
   160     \item Data files: 
   161       \begin{itemize}
   161       \begin{itemize}
   162       \item \typ{sslc1.txt}
   162       \item \typ{sslc1.txt}
   163       \item \typ{pendulum.txt}
   163       \item \typ{pendulum.txt}
   164       \item \typ{points.txt}
   164       \item \typ{points.txt}
   248 In []: a.<Tab>
   248 In []: a.<Tab>
   249   \end{lstlisting}
   249   \end{lstlisting}
   250   \ldots
   250   \ldots
   251 \end{frame}
   251 \end{frame}
   252 
   252 
       
   253 \section{Command history}
       
   254 \begin{frame}[fragile]
       
   255   \frametitle{Command history}
       
   256   \typ{In []:} \alert{$\uparrow$}\\
       
   257   \typ{In []: a = 'Hello world'}\\
       
   258   \emphbar{The previously entered commands can be browsed using the \alert{$\uparrow$} key.}
       
   259 \end{frame}
       
   260 
   253 \section{Saving Commands}
   261 \section{Saving Commands}
   254 \begin{frame}[fragile]
   262 \begin{frame}[fragile]
   255 \frametitle{History and Saving of Commands}
   263 \frametitle{History and Saving of Commands}
   256 \begin{itemize}
   264 \begin{itemize}
   257 \item \typ{\%hist} gives history of commands in a session
   265 \item \typ{\%hist} gives history of commands in a session