day1/session1.tex
changeset 354 5dc6c3673f9d
parent 352 b44d7bcc6609
child 358 162e3e453920
equal deleted inserted replaced
353:8999d0a3fc9d 354:5dc6c3673f9d
   560 \begin{frame}
   560 \begin{frame}
   561 \frametitle{\incqno }
   561 \frametitle{\incqno }
   562 What ipython magic command do you use to obtain the lines of code you have already typed in the interpreter? What command do you use to save them?
   562 What ipython magic command do you use to obtain the lines of code you have already typed in the interpreter? What command do you use to save them?
   563 \end{frame}
   563 \end{frame}
   564 
   564 
   565 \begin{frame}
   565 \begin{frame}[fragile]
   566 \frametitle{\incqno }
   566 \frametitle{\incqno }
   567 The following code snippet has an error/bug:
   567 The following code snippet has an error/bug:
   568 \begin{lstlisting}
   568 \begin{lstlisting}
   569 In []: y = linspace(0, 2*pi, 50)
   569 In []: y = linspace(0, 2*pi, 50)
   570 In []: plot(y, sin(y))
   570 In []: plot(y, sin(y))