Skip to content

Commit 5bdd87a

Browse files
committed
Added links to other notebooks
1 parent c1ab6de commit 5bdd87a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

01_jupyter_howto.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"source": [
122122
"You can rotate and interact with molecules once they have loaded (the \"[*]\" next to a cell indicates that it is processing. It will turn into a number once processing is complete)\n",
123123
"\n",
124-
"You can change molecular representations and interact with the 3D molecule view. Later on we will go through some examples showing what you can do and how you can select parts of the molecule.\n",
124+
"You can change molecular representations and interact with the 3D molecule view. [Later on](16_viewing_molecules.ipynb) we will go through some examples showing what you can do and how you can select parts of the molecule (or [click here](16_viewing_molecules.ipynb) if you want to jump ahead and learn now).\n",
125125
"\n",
126126
"In addition to viewing molecules, you can also draw graphs. This is achieved using a combination of the [matplotlib](https://matplotlib.org), [numpy](http://www.numpy.org) and [pandas](https://pandas.pydata.org) modules. For example, the below code draws a sine and cosine curve."
127127
]
@@ -151,7 +151,7 @@
151151
"cell_type": "markdown",
152152
"metadata": {},
153153
"source": [
154-
"Later on we will go through pandas, matplotlib and numpy and you will learn how to draw lots of different and interesting graphs."
154+
"Later on we will go through [pandas](12_pandas.ipynb), [matplotlib](15_matplotlib.ipynb) and [numpy](13_basic_numpy.ipynb) and you will learn how to draw lots of different and interesting graphs (or click the links to jump ahead and learn now)."
155155
]
156156
},
157157
{

13_basic_numpy.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,13 @@
365365
"metadata": {},
366366
"outputs": [],
367367
"source": []
368+
},
369+
{
370+
"cell_type": "markdown",
371+
"metadata": {},
372+
"source": [
373+
"There is [still more numpy to learn](14_more_numpy.ipynb)"
374+
]
368375
}
369376
],
370377
"metadata": {

0 commit comments

Comments
 (0)