Skip to content

Commit 7c63d16

Browse files
authored
Merge pull request #25 from fangohr/improve-index-ipynb-and-opening
review opening texts
2 parents f857096 + 73cf511 commit 7c63d16

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ please get in touch with [Hans Fangohr](mailto:fangohr@soton.ac.uk).
7474

7575
If you are using the book (be it as a teacher in your lecture course, as a
7676
student to support your learning, or in any other role), please send a short
77-
message to hans.fangohr@soton.ac.uk . Ideally, this would contain at which
77+
message to Hans (mailto:fangohr@soton.ac.uk) . Ideally, this would contain at which
7878
university/institution/company you are and how you use the book (in one
7979
sentence). This kind of data is useful to support further maintenance and
8080
extensions of the materials.

book/index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"If you have not used the Jupyter Notebook before, please read the section \"First steps with Jupyter Notebook\" below before you proceed.\n",
1212
"\n",
13-
"You can use the links below to jump directly to these notebooks to read the book, and to change all examples as you like.\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",
1414
"\n",
1515
"*First steps with Jupyter Notebook*\n",
1616
"\n",
@@ -68,7 +68,7 @@
6868
"name": "python",
6969
"nbconvert_exporter": "python",
7070
"pygments_lexer": "ipython3",
71-
"version": "3.7.6"
71+
"version": "3.9.1"
7272
}
7373
},
7474
"nbformat": 4,

book/opening.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ Python for Computational Science and Engineering
33

44
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.
55

6-
If you have not used the Jupyter Notebook before, please read the section "First steps with Jupyter Notebook" below before you proceed.
7-
8-
You can use the links below to jump directly to these notebooks to read the book, and to change all examples as you like.
6+
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)
7+
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.
8+
9+
If you have not used the Jupyter Notebook before, please read the section "First steps with Jupyter Notebook" below before you proceed.
910

1011
*First steps with Jupyter Notebook*
1112

@@ -23,9 +24,9 @@ You can use the links below to jump directly to these notebooks to read the book
2324

2425
Note that you can also edit blocks of text (or go into edit mode for a text cell unintentionally). Just press `Shift+ENTER` to render the text again, and go back into command mode.
2526

26-
*Warning: Changes on mybinder are temporary*
27+
*Warning: Changes on myBinder are temporary*
2728

28-
If you use this text book interactively on the mybinder service, then you have been given a temporary resource in the cloud to execute the code examples. The changes you have made to the notebook *will be lost* when your session ends (which is when you close the window, or the patience of the service has expired). Thus, the interactive exploration of the notebooks is good to help learn Python, computing and data science, but you should not attempt to write any code in these notebooks that you want to re-use the next day or later.
29+
If you use this text book interactively on the myBinder service, then you have been given a temporary resource in the cloud to execute the code examples. The changes you have made to the notebook *will be lost* when your session ends (which is when you close the window, or the patience of the service has expired). Thus, the interactive exploration of the notebooks is good to help learn Python, computing and data science, but you should not attempt to write any code in these notebooks that you want to re-use the next day or later.
2930

3031
*Comments? Questions?*
3132

0 commit comments

Comments
 (0)