From 8716e3e3490ec77535e28411e0d2e744580745f8 Mon Sep 17 00:00:00 2001 From: Jovina Date: Thu, 19 May 2011 10:48:33 +0530 Subject: Small changes to 'getting started with ipython'. --- getting_started_with_ipython/slides.org | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'getting_started_with_ipython/slides.org') diff --git a/getting_started_with_ipython/slides.org b/getting_started_with_ipython/slides.org index 0b0ae6a..c4a7190 100644 --- a/getting_started_with_ipython/slides.org +++ b/getting_started_with_ipython/slides.org @@ -88,25 +88,30 @@ - interrupt using ~Ctrl-c~ when we make an error. * Evaluation - 1. Which key combination quits ``ipython``? + 1. ``ipython`` is a programming language similar to Python. + - True or False + + 2. Which key combination quits ``ipython``? - Ctrl + C - Ctrl + D - Alt + C - Alt + D - 2. Which character is used at the end of a command, in Ipython to + 3. Which character is used at the end of a command, in Ipython to display the documentation. - - under score (_) + - under score (\_) - question mark (?) - exclamation mark (!) - ampersand (&) * Solutions - - 1. Ctrl + D + + 1. False + + 2. Ctrl + D - 2. question mark (?) + 3. question mark (?) * #+begin_latex -- cgit