|
18 | 18 | "cell_type": "markdown", |
19 | 19 | "metadata": {}, |
20 | 20 | "source": [ |
21 | | - "##### Version 0.12 (August 2015)" |
22 | | - ] |
23 | | - }, |
24 | | - { |
25 | | - "cell_type": "markdown", |
26 | | - "metadata": {}, |
27 | | - "source": [ |
28 | | - "12 steps to Navier-Stokes\n", |
| 21 | + "12 steps to Navier–Stokes\n", |
29 | 22 | "======\n", |
30 | 23 | "***" |
31 | 24 | ] |
|
34 | 27 | "cell_type": "markdown", |
35 | 28 | "metadata": {}, |
36 | 29 | "source": [ |
37 | | - "Hello! Welcome to the **12 steps to Navier-Stokes**. This is a practical module that is used in the beginning of an interactive Computational Fluid Dynamics (CFD) course taught by [Prof. Lorena Barba](http://lorenabarba.com) since Spring 2009 at Boston University. The course assumes only basic programming knowledge (in any language) and of course some foundation in partial differential equations and fluid mechanics. The practical module was inspired by the ideas of Dr. Rio Yokota, who was a post-doc in Barba's lab, and has been refined by Prof. Barba and her students over several semesters teaching the course. The course is taught entirely using Python and students who don't know Python just learn as we work through the module.\n", |
| 30 | + "Hello! Welcome to the **12 steps to Navier–Stokes**. This is a practical module that is used in the beginning of an interactive Computational Fluid Dynamics (CFD) course taught by [Prof. Lorena Barba](http://lorenabarba.com) since Spring 2009 at Boston University. The course assumes only basic programming knowledge (in any language) and of course some foundation in partial differential equations and fluid mechanics. The practical module was inspired by the ideas of Dr. Rio Yokota, who was a post-doc in Barba's lab, and has been refined by Prof. Barba and her students over several semesters teaching the course. The course is taught entirely using Python and students who don't know Python just learn as we work through the module.\n", |
38 | 31 | "\n", |
39 | | - "This [IPython notebook](http://ipython.org/ipython-doc/stable/interactive/htmlnotebook.html) will lead you through the first step of programming your own Navier-Stokes solver in Python from the ground up. We're going to dive right in. Don't worry if you don't understand everything that's happening at first, we'll cover it in detail as we move forward and you can support your learning with the videos of [Prof. Barba's lectures on YouTube](http://www.youtube.com/playlist?list=PL30F4C5ABCE62CB61).\n", |
| 32 | + "This [Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/stable/) will lead you through the first step of programming your own Navier–Stokes solver in Python from the ground up. We're going to dive right in. Don't worry if you don't understand everything that's happening at first, we'll cover it in detail as we move forward and you can support your learning with the videos of [Prof. Barba's lectures on YouTube](http://www.youtube.com/playlist?list=PL30F4C5ABCE62CB61).\n", |
40 | 33 | "\n", |
41 | | - "For best results, after you follow this notebook, prepare your own code for Step 1, either as a Python script or in a clean IPython notebook.\n", |
| 34 | + "For best results, after you follow this notebook, prepare your own code for Step 1, either as a Python script or in a clean Jupyter notebook.\n", |
42 | 35 | "\n", |
43 | | - "To execute this Notebook, we assume you have invoked the notebook server using: `ipython notebook`." |
| 36 | + "To execute this Notebook, we assume you have invoked the notebook server using: `jupyter notebook`." |
44 | 37 | ] |
45 | 38 | }, |
46 | 39 | { |
|
413 | 406 | "cell_type": "markdown", |
414 | 407 | "metadata": {}, |
415 | 408 | "source": [ |
416 | | - "**Remember** to rewrite Step 1 as a fresh Python script or in *your own* IPython notebook and then experiment by changing the discretization parameters. Once you have done this, you will be ready for [Step 2](./02_Step_2.ipynb).\n", |
| 409 | + "**Remember** to rewrite Step 1 as a fresh Python script or in *your own* Jupyter notebook and then experiment by changing the discretization parameters. Once you have done this, you will be ready for [Step 2](./02_Step_2.ipynb).\n", |
417 | 410 | "\n", |
418 | 411 | "\n", |
419 | 412 | "***" |
|
0 commit comments