From 89a787bda177e165784141147c22110343994eae Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Wed, 11 Jul 2018 10:20:17 -0400 Subject: [PATCH] Change IPython -> Jupyter --- lessons/00_Quick_Python_Intro.ipynb | 2 +- lessons/01_Step_1.ipynb | 2 +- lessons/02_Step_2.ipynb | 2 +- lessons/04_Step_3.ipynb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lessons/00_Quick_Python_Intro.ipynb b/lessons/00_Quick_Python_Intro.ipynb index f0e0d353..ca56fd71 100644 --- a/lessons/00_Quick_Python_Intro.ipynb +++ b/lessons/00_Quick_Python_Intro.ipynb @@ -732,7 +732,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "There are a lot of resources online to learn more about using NumPy and other libraries. Just for kicks, here we use IPython's feature for embedding videos to point you to a short video on YouTube on using NumPy arrays." + "There are a lot of resources online to learn more about using NumPy and other libraries. Just for kicks, here we use Jupyter's feature for embedding videos to point you to a short video on YouTube on using NumPy arrays." ] }, { diff --git a/lessons/01_Step_1.ipynb b/lessons/01_Step_1.ipynb index abecaa22..dde9fab5 100644 --- a/lessons/01_Step_1.ipynb +++ b/lessons/01_Step_1.ipynb @@ -413,7 +413,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**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", + "**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", "\n", "\n", "***" diff --git a/lessons/02_Step_2.ipynb b/lessons/02_Step_2.ipynb index 1088158c..f86b9d5d 100644 --- a/lessons/02_Step_2.ipynb +++ b/lessons/02_Step_2.ipynb @@ -27,7 +27,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "This IPython notebook continues the presentation of the **12 steps to Navier–Stokes**, the practical module taught in the interactive CFD class of [Prof. Lorena Barba](http://lorenabarba.com). You should have completed [Step 1](./01_Step_1.ipynb) before continuing, having written your own Python script or notebook and having experimented with varying the parameters of the discretization and observing what happens.\n" + "This Jupyter notebook continues the presentation of the **12 steps to Navier–Stokes**, the practical module taught in the interactive CFD class of [Prof. Lorena Barba](http://lorenabarba.com). You should have completed [Step 1](./01_Step_1.ipynb) before continuing, having written your own Python script or notebook and having experimented with varying the parameters of the discretization and observing what happens.\n" ] }, { diff --git a/lessons/04_Step_3.ipynb b/lessons/04_Step_3.ipynb index a5b36309..1454aa45 100644 --- a/lessons/04_Step_3.ipynb +++ b/lessons/04_Step_3.ipynb @@ -27,7 +27,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "You should have completed Steps [1](./01_Step_1.ipynb) and [2](./02_Step_2.ipynb) before continuing. This IPython notebook continues the presentation of the **12 steps to Navier–Stokes**, the practical module taught in the interactive CFD class of [Prof. Lorena Barba](http://lorenabarba.com). " + "You should have completed Steps [1](./01_Step_1.ipynb) and [2](./02_Step_2.ipynb) before continuing. This Jupyter notebook continues the presentation of the **12 steps to Navier–Stokes**, the practical module taught in the interactive CFD class of [Prof. Lorena Barba](http://lorenabarba.com). " ] }, {