@@ -38,6 +38,114 @@ equivalent notebook in the `answers` directory.
3838Below is a summary of each topic, together with links to view html versions
3939of the notebooks the their answers, and to download the notebooks.
4040
41+ ## Contents
42+
43+ ### [ 01_jupyter_howto.ipynb] ( 01_jupyter_howto.ipynb ) ([ answers] ( answers/01_jupyter_howto.ipynb ) )
44+
45+ Introduction to Jupyter notebooks, including how to use the interface,
46+ how to view molecules, draw graphs, download files, and start a bash
47+ terminal.
48+
49+ [ html] ( html/01_jupyter_howto.html ) | [ answers] ( html/answers/01_jupyter_howto.html )
50+
51+ ### [ 02_lists.ipynb] ( 02_lists.ipynb ) ([ answers] ( answers/02_lists.ipynb )
52+
53+ Something
54+
55+ [ html] ( html/02_lists.html ) | [ answers] (html/answers/02_lists.html
56+
57+ ### [ 03_dictionaries.ipynb] ( 03_dictionaries.ipynb ) ([ answers] ( answers/03_dictionaries.ipynb )
58+
59+ Something
60+
61+ [ html] ( html/03_dictionaries.html ) | [ answers] (html/answers/03_dictionaries.html
62+
63+ ### [ 04_functions.ipynb] ( 04_functions.ipynb ) ([ answers] ( answers/04_functions.ipynb )
64+
65+ Something
66+
67+ [ html] ( html/04_functions.html ) | [ answers] (html/answers/04_functions.html
68+
69+ ### [ 05_objects.ipynb] ( 05_objects.ipynb ) ([ answers] ( answers/05_objects.ipynb )
70+
71+ Something
72+
73+ [ html] ( html/05_objects.html ) | [ answers] (html/answers/05_objects.html
74+
75+ ### [ 06_classes.ipynb] ( 06_classes.ipynb ) ([ answers] ( answers/06_classes.ipynb )
76+
77+ Something
78+
79+ [ html] ( html/06_classes.html ) | [ answers] (html/answers/06_classes.html
80+
81+ ### [ 07_documentation.ipynb] ( 07_documentation.ipynb ) ([ answers] ( answers/07_documentation.ipynb )
82+
83+ Something
84+
85+ [ html] ( html/07_documentation.html ) | [ answers] (html/answers/07_documentation.html
86+
87+ ### [ 08_class_documentation.ipynb] ( 08_class_documentation.ipynb ) ([ answers] ( answers/08_class_documentation.ipynb )
88+
89+ Something
90+
91+ [ html] ( html/08_class_documentation.html ) | [ answers] (html/answers/08_class_documentation.html
92+
93+ ### [ 09_exceptions.ipynb] ( 09_exceptions.ipynb ) ([ answers] ( answers/09_exceptions.ipynb )
94+
95+ Something
96+
97+ [ html] ( html/09_exceptions.html ) | [ answers] (html/answers/09_exceptions.html
98+
99+ ### [ 10_error_handling.ipynb] ( 10_error_handling.ipynb ) ([ answers] ( answers/10_error_handling.ipynb )
100+
101+ Something
102+
103+ [ html] ( html/10_error_handling.html ) | [ answers] (html/answers/10_error_handling.html
104+
105+ ### [ 11_modules.ipynb] ( 11_modules.ipynb ) ([ answers] ( answers/11_modules.ipynb )
106+
107+ Something
108+
109+ [ html] ( html/11_modules.html ) | [ answers] (html/answers/11_modules.html
110+
111+ ### [ 12_pandas.ipynb] ( 12_pandas.ipynb ) ([ answers] ( answers/12_pandas.ipynb )
112+
113+ Something
114+
115+ [ html] ( html/12_pandas.html ) | [ answers] (html/answers/12_pandas.html
116+
117+ ### [ 13_basic_numpy.ipynb] ( 13_basic_numpy.ipynb ) ([ answers] ( answers/13_basic_numpy.ipynb )
118+
119+ Something
120+
121+ [ html] ( html/13_basic_numpy.html ) | [ answers] (html/answers/13_basic_numpy.html
122+
123+ ### [ 14_more_numpy.ipynb] ( 14_more_numpy.ipynb ) ([ answers] ( answers/14_more_numpy.ipynb )
124+
125+ Something
126+
127+ [ html] ( html/14_more_numpy.html ) | [ answers] (html/answers/14_more_numpy.html
128+
129+ ### [ 15_matplotlib.ipynb] ( 15_matplotlib.ipynb ) ([ answers] ( answers/15_matplotlib.ipynb )
130+
131+ Something
132+
133+ [ html] ( html/15_matplotlib.html ) | [ answers] (html/answers/15_matplotlib.html
134+
135+ ### [ 16_viewing_molecules.ipynb] ( 16_viewing_molecules.ipynb ) ([ answers] ( answers/16_viewing_molecules.ipynb )
136+
137+ Something
138+
139+ [ html] ( html/16_viewing_molecules.html ) | [ answers] (html/answers/16_viewing_molecules.html
140+
141+ ### [ 17_regular_expressions.ipynb] ( 17_regular_expressions.ipynb ) ([ answers] ( answers/17_regular_expressions.ipynb )
142+
143+ Something
144+
145+ [ html] ( html/17_regular_expressions.html ) | [ answers] (html/answers/17_regular_expressions.html
146+
147+ ## How to download to run at home
148+
41149While this workshop is running using cloud servers generously supplied
42150by [ Microsoft Azure] ( https://azure.microsoft.com/en-us/services/container-service/kubernetes/ ) ,
43151you can also download and run this workshop on your own computer if
@@ -52,20 +160,3 @@ docker run -it --rm -p 8888:8888 chryswoods/bss-workshop:latest
52160This will download the image (may take a while...) and will run it on
53161your computer. It will print out the URL of the notebook which you should navigate
54162to in your browser (it will look something like ` http://localhost:8888/?token=7f4b6be12ff1cec13903d0f27bab2ad7ea3eeaa9f0098dee ` )
55-
56- ### [ 01_jupyter_howto.ipynb] ( 01_jupyter_howto.ipynb ) ([ answers] ( answers/01_jupyter_howto.ipynb ) )
57-
58- Introduction to Jupyter notebooks, including how to use the interface,
59- how to view molecules, draw graphs, download files, and start a bash
60- terminal.
61-
62- [ html] ( html/01_jupyter_howto.html ) | [ answers] ( html/answers/01_jupyter_howto.ipynb )
63-
64- ### [ 01_jupyter.ipynb] ( 01_jupyter.ipynb ) ([ answers] ( answers/01_jupyter.ipynb ) )
65-
66- Introduction to Jupyter notebooks, including how to use the interface,
67- how to view molecules, draw graphs, download files, and start a bash
68- terminal.
69-
70- [ html] ( html/01_jupyter.html ) | [ answers] ( html/answers/01_jupyter.ipynb )
71-
0 commit comments