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/