|
10 | 10 | "[^download]: This notebook can be downloaded as **{nb-download}\n", |
11 | 11 | "repr(example_overview.ipynb) **.\n", |
12 | 12 | "\n", |
13 | | - "This very simple example shows you how to make an overview plot provided a yaml configuration file and a result csv." |
| 13 | + "This basic example shows you how to make an overview plot provided a YAML configuration file and a result CSV file." |
14 | 14 | ] |
15 | 15 | }, |
| 16 | + { |
| 17 | + "metadata": {}, |
| 18 | + "cell_type": "markdown", |
| 19 | + "source": "", |
| 20 | + "id": "feb4595b96c1bbff" |
| 21 | + }, |
16 | 22 | { |
17 | 23 | "cell_type": "code", |
18 | | - "execution_count": null, |
19 | 24 | "id": "6a230b00c14cc64e", |
20 | 25 | "metadata": {}, |
21 | | - "outputs": [], |
22 | 26 | "source": [ |
23 | 27 | "from pathlib import Path\n", |
24 | 28 | "\n", |
25 | 29 | "import matplotlib.pyplot as plt\n", |
26 | 30 | "\n", |
27 | 31 | "from post_processing.dataclass.data_aplose import DataAplose" |
28 | | - ] |
| 32 | + ], |
| 33 | + "outputs": [], |
| 34 | + "execution_count": null |
29 | 35 | }, |
30 | 36 | { |
31 | 37 | "cell_type": "markdown", |
|
35 | 41 | }, |
36 | 42 | { |
37 | 43 | "cell_type": "code", |
38 | | - "execution_count": null, |
39 | 44 | "id": "c19ddde8bf965ee8", |
40 | 45 | "metadata": {}, |
41 | | - "outputs": [], |
42 | 46 | "source": [ |
43 | | - "yaml_file = Path(r\"resource/APOCADO_yaml.yml\")\n", |
| 47 | + "yaml_file = Path(r\"_static/APOCADO_yaml.yml\")\n", |
44 | 48 | "data = DataAplose.from_yaml(file=yaml_file)" |
45 | | - ] |
| 49 | + ], |
| 50 | + "outputs": [], |
| 51 | + "execution_count": null |
46 | 52 | }, |
47 | 53 | { |
48 | 54 | "cell_type": "markdown", |
|
52 | 58 | }, |
53 | 59 | { |
54 | 60 | "cell_type": "code", |
55 | | - "execution_count": null, |
56 | 61 | "id": "cf59962e0e23eb96", |
57 | 62 | "metadata": {}, |
58 | | - "outputs": [], |
59 | 63 | "source": [ |
60 | 64 | "data.overview()\n", |
61 | 65 | "plt.tight_layout()\n", |
62 | 66 | "plt.show()" |
63 | | - ] |
| 67 | + ], |
| 68 | + "outputs": [], |
| 69 | + "execution_count": null |
64 | 70 | } |
65 | 71 | ], |
66 | 72 | "metadata": { |
|
0 commit comments