summaryrefslogtreecommitdiff
path: root/getting_started_with_ipython
diff options
context:
space:
mode:
Diffstat (limited to 'getting_started_with_ipython')
-rw-r--r--getting_started_with_ipython/slides.tex7
1 files changed, 3 insertions, 4 deletions
diff --git a/getting_started_with_ipython/slides.tex b/getting_started_with_ipython/slides.tex
index ad3d55a..e3bd26a 100644
--- a/getting_started_with_ipython/slides.tex
+++ b/getting_started_with_ipython/slides.tex
@@ -1,4 +1,4 @@
-% Created 2011-05-18 Wed 10:36
+% Created 2011-05-18 Wed 11:53
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
@@ -142,9 +142,8 @@ round(2.484, 2)
\label{sec-9}
+
\begin{enumerate}
-\item Ipython is a programming similar to Python?
- True or False
\item Which key combination quits ``ipython``?
\begin{itemize}
\item Ctrl + C
@@ -166,9 +165,9 @@ round(2.484, 2)
\frametitle{Solutions}
\label{sec-10}
+
\begin{enumerate}
-\item False
\item Ctrl + D
\item question mark (?)
\end{enumerate}