From f77b83f08f50f3c0e8ffaa1ed348c0dd74cf9e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agnieszka=20=C5=BBaba?= Date: Tue, 24 Dec 2024 10:52:31 +0100 Subject: [PATCH] add link to Paraview documentation and tutorials --- .../PySDM_examples/_HOWTOs/paraview_hello_world.ipynb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/PySDM_examples/_HOWTOs/paraview_hello_world.ipynb b/examples/PySDM_examples/_HOWTOs/paraview_hello_world.ipynb index 6239a95bb..1b7db69a7 100644 --- a/examples/PySDM_examples/_HOWTOs/paraview_hello_world.ipynb +++ b/examples/PySDM_examples/_HOWTOs/paraview_hello_world.ipynb @@ -15,7 +15,8 @@ "id": "35dba30bf42bd326", "metadata": {}, "source": [ - "# TODO #1417" + "# TODO #1417\n", + "For more informations about Paraview please refere to [Paraview documentation](https://docs.paraview.org/en/latest/Tutorials/SelfDirectedTutorial/)" ] }, { @@ -320,9 +321,6 @@ "cell_type": "code", "id": "79477d3d", "metadata": { - "jupyter": { - "is_executing": true - }, "ExecuteTime": { "start_time": "2024-12-24T09:45:09.652231Z" } @@ -331,7 +329,7 @@ "subprocess.run(['pvpython', '--force-offscreen-rendering', 'pvscript.py'], check=platform.system() != 'Windows')" ], "outputs": [], - "execution_count": null + "execution_count": 10 }, { "cell_type": "markdown",