|
56 | 56 | "execution_count": 1 |
57 | 57 | }, |
58 | 58 | { |
59 | | - "id": "a76e6c0a-98f2-4436-af10-8097da183341", |
| 59 | + "metadata": {}, |
60 | 60 | "cell_type": "code", |
| 61 | + "outputs": [], |
| 62 | + "execution_count": null, |
61 | 63 | "source": [ |
62 | | - "from example_workflows.nfdi.nfdi_ing_workflow import (\n", |
| 64 | + "from nfdi_ing_workflow import (\n", |
63 | 65 | " generate_mesh as _generate_mesh, \n", |
64 | 66 | " convert_to_xdmf as _convert_to_xdmf,\n", |
65 | 67 | " poisson as _poisson,\n", |
|
68 | 70 | " compile_paper as _compile_paper,\n", |
69 | 71 | ")" |
70 | 72 | ], |
71 | | - "metadata": { |
72 | | - "trusted": true |
73 | | - }, |
74 | | - "outputs": [], |
75 | | - "execution_count": 2 |
| 73 | + "id": "864f048d78ea3f08" |
76 | 74 | }, |
77 | 75 | { |
78 | | - "id": "549ecf27-88ef-4e77-8bd4-b616cfdda2e4", |
| 76 | + "metadata": {}, |
79 | 77 | "cell_type": "code", |
80 | | - "source": "generate_mesh = job(_generate_mesh)\nconvert_to_xdmf = job(_convert_to_xdmf, data=[\"xdmf_file\", \"h5_file\"])\npoisson = job(_poisson, data=[\"numdofs\", \"pvd_file\", \"vtu_file\"])\nplot_over_line = job(_plot_over_line)\nsubstitute_macros = job(_substitute_macros)\ncompile_paper = job(_compile_paper)", |
81 | | - "metadata": { |
82 | | - "trusted": true |
83 | | - }, |
84 | 78 | "outputs": [], |
85 | | - "execution_count": 3 |
| 79 | + "execution_count": null, |
| 80 | + "source": [ |
| 81 | + "generate_mesh = job(_generate_mesh)\n", |
| 82 | + "convert_to_xdmf = job(_convert_to_xdmf, data=[\"xdmf_file\", \"h5_file\"])\n", |
| 83 | + "poisson = job(_poisson, data=[\"numdofs\", \"pvd_file\", \"vtu_file\"])\n", |
| 84 | + "plot_over_line = job(_plot_over_line)\n", |
| 85 | + "substitute_macros = job(_substitute_macros)\n", |
| 86 | + "compile_paper = job(_compile_paper)" |
| 87 | + ], |
| 88 | + "id": "147b81b7b494ceda" |
86 | 89 | }, |
87 | 90 | { |
88 | 91 | "id": "8d911f98-3b80-457f-a0f4-3cb37ebf1691", |
|
0 commit comments