Skip to content

Commit 8c90854

Browse files
committed
Explain how to use the notebook files
1 parent 0fc939b commit 8c90854

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README.rst

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
geekgirl
22
========
33

4-
GeekGirl Conference 2014
4+
San Diego PyLadies hosted a workshop at the Geek Girl Tech Conference on
5+
Saturday June 21, 2014.
6+
7+
8+
IPython Notebook Files
9+
----------------------
10+
11+
You can view each of the files online using `nbviewer`_.
12+
13+
* `part-1.ipynb`_: numbers, strings, variables, booleans, "if statements"
14+
* `part-2.ipynb`_: lists and loops
15+
* `part-3.ipynb`_: defining functions and using modules
16+
17+
18+
Giving the talk
19+
---------------
20+
21+
Before giving the talk, IPython Notebook must be installed:
22+
23+
.. code-block:: bash
24+
25+
$ pip install 'ipython[notebook]'
26+
27+
How to run an IPython Notebook:
28+
29+
.. code-block:: bash
30+
31+
$ ipython notebook part-1.ipynb
32+
33+
34+
.. _nbviewer: http://nbviewer.ipython.org/
35+
.. _part-1.ipynb: http://nbviewer.ipython.org/github/pythonsd/geekgirl/blob/master/Intro%20to%20Python%20(Part%201).ipynb
36+
.. _part-2.ipynb: http://nbviewer.ipython.org/github/pythonsd/geekgirl/blob/master/Intro%20to%20Python%20(Part%202).ipynb
37+
.. _part-3.ipynb: http://nbviewer.ipython.org/github/pythonsd/geekgirl/blob/master/Intro%20to%20Python%20(Part%203).ipynb

0 commit comments

Comments
 (0)