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: src/tutorial_v3.0.0.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
These tutorials are the best place to learn about the basic features and the algorithms in `hIPPYlib`.
4
4
5
5
> 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)
6
7
7
8
1.[FEniCS101](tutorials_v3.0.0/1_FEniCS101.md) notebook illustrates the use of FEniCS for the solution of a linear boundary value problem.
8
9
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
12
13
13
14
## Interactive tutorials
14
15
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.
16
17
17
18
To run the notebooks follow these instructions.
18
19
@@ -23,9 +24,9 @@ $ cd tutorial
23
24
$ jupyter notebook
24
25
```
25
26
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.
27
28
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.
29
30
30
31
For more information on installing ipython and using notebooks see <ahref="https://jupyter.readthedocs.io/en/latest/content-quickstart.html"target="_blank">here</a>.
0 commit comments