From 791a6a81e45a81d2eb4651af1d2ab03673088419 Mon Sep 17 00:00:00 2001 From: Tracy Teal Date: Fri, 16 Nov 2012 11:56:12 -0500 Subject: [PATCH] Added info on starting iPython notebook --- Python2/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Python2/index.rst b/Python2/index.rst index ce9a9f5..a4da9cd 100644 --- a/Python2/index.rst +++ b/Python2/index.rst @@ -6,6 +6,14 @@ Python Data Structures Adapted from Software Carpentry materials http://software-carpentry.org/ +Starting an iPython notebook +Mac +~/anaconda/bin/ipython notebook --pylab=inline +PC +./run-in-vm.sh + + + Python Lists ------------ SWC Tutorial: http://software-carpentry.org/4_0/python/lists/