Skip to content

Commit a72cf42

Browse files
committed
minor adjustments
- link to html and pdf version - mention opening files if run in JupyterLab
1 parent 7c63d16 commit a72cf42

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

book/index.ipynb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
"\n",
99
"The content of [this book](https://github.com/fangohr/introduction-to-python-for-computational-science-and-engineering/blob/master/Readme.md) is distributed into chapters, using one Jupyter Notebook for each chapter.\n",
1010
"\n",
11+
"You can read the book in different formats: [html](https://fangohr.github.io/introduction-to-python-for-computational-science-and-engineering/), [pdf](https://fangohr.github.io/introduction-to-python-for-computational-science-and-engineering/book.pdf), or you can use the [myBinder](https://mybinder.org/v2/gh/fangohr/introduction-to-python-for-computational-science-and-engineering/master?urlpath=tree/book/index.ipynb)\n",
12+
" environment, in which you can read the text and execute the examples in a browser (without having to install Python locally) using one Jupyter notebook per chapter, as mentioned above.\n",
13+
"\n",
1114
"If you have not used the Jupyter Notebook before, please read the section \"First steps with Jupyter Notebook\" below before you proceed.\n",
1215
"\n",
13-
"If you are reading this online, and have started the interactive version using [myBinder](https://mybinder.org/v2/gh/fangohr/introduction-to-python-for-computational-science-and-engineering/master?urlpath=tree/book/index.ipynb), then you can use the menu `File` -> `Open ...` to open the different chapters as an executable notebook: this means you can execute and change all examples as you like.\n",
16+
"If you are reading this online using the interactive [myBinder](https://mybinder.org/v2/gh/fangohr/introduction-to-python-for-computational-science-and-engineering/master?urlpath=tree/book/index.ipynb) environment, then you can use the menu `File` -> `Open ...` to open the different chapters as an executable notebook (in the classic Notebook), or by selecting the chapter in the panel on the left (in JupyterLab). In either case, you can execute, change, and re-execute all examples as you like. I believe this interactive exploration can be of great value as part of the learning process.\n",
1417
"\n",
1518
"*First steps with Jupyter Notebook*\n",
1619
"\n",
@@ -42,13 +45,6 @@
4245
"source": [
4346
"![Logo, created with MayaVi](static/images/mayavi/mayavi-samp.png \"3d magnetisation vector field\")\n"
4447
]
45-
},
46-
{
47-
"cell_type": "code",
48-
"execution_count": null,
49-
"metadata": {},
50-
"outputs": [],
51-
"source": []
5248
}
5349
],
5450
"metadata": {

0 commit comments

Comments
 (0)