You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/index.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"\n",
11
11
"If you have not used the Jupyter Notebook before, please read the section \"First steps with Jupyter Notebook\" below before you proceed.\n",
12
12
"\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",
Copy file name to clipboardExpand all lines: book/opening.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@ Python for Computational Science and Engineering
3
3
4
4
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.
5
5
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.
9
10
10
11
*First steps with Jupyter Notebook*
11
12
@@ -23,9 +24,9 @@ You can use the links below to jump directly to these notebooks to read the book
23
24
24
25
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.
25
26
26
-
*Warning: Changes on mybinder are temporary*
27
+
*Warning: Changes on myBinder are temporary*
27
28
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.
0 commit comments