Skip to content

Commit 9858b9f

Browse files
authored
Update tutorial_v3.0.0.md
1 parent e2125d7 commit 9858b9f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/tutorial_v3.0.0.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
These tutorials are the best place to learn about the basic features and the algorithms in `hIPPYlib`.
44

55
> For the complete API reference click [here](http://hippylib.readthedocs.io/en/latest/index.html).
6+
> Other versions [2.3.0](tutorial_v2.3.0), [1.6.0](tutorial_v1.6.0)
67
78
1. [FEniCS101](tutorials_v3.0.0/1_FEniCS101.md) notebook illustrates the use of FEniCS for the solution of a linear boundary value problem.
89
2. [Poisson Deterministic](tutorials_v3.0.0/2_PoissonDeterministic.md) notebook illustrates how to compute gradient/Hessian information and solve a non-linear parameter inversion for the Poisson equation in a deterministic setting.
@@ -12,7 +13,7 @@ These tutorials are the best place to learn about the basic features and the alg
1213

1314
## Interactive tutorials
1415

15-
The interactive ipython notebooks are located in the `tutorial` folder of the `hIPPYlib` repository.
16+
The interactive ipython notebooks are in the `tutorial` folder of the `hIPPYlib` repository.
1617

1718
To run the notebooks follow these instructions.
1819

@@ -23,9 +24,9 @@ $ cd tutorial
2324
$ jupyter notebook
2425
```
2526

26-
2. A new tab will open in your web-brower showing the notebooks.
27+
2. A new tab will open in your web-browser showing the notebooks.
2728
3. Click on the notebook you would like to use.
28-
4. To run all the code in the notebook simply click on Cell --> Run All.
29+
4. To run all the notebook code, simply click Cell --> Run All.
2930

3031
For more information on installing ipython and using notebooks see <a href="https://jupyter.readthedocs.io/en/latest/content-quickstart.html" target="_blank">here</a>.
3132

0 commit comments

Comments
 (0)