Skip to content

Commit

Permalink
add link to Paraview documentation and tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnieszkaZaba committed Dec 24, 2024
1 parent 8a27fa1 commit f77b83f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions examples/PySDM_examples/_HOWTOs/paraview_hello_world.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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/)"
]
},
{
Expand Down Expand Up @@ -320,9 +321,6 @@
"cell_type": "code",
"id": "79477d3d",
"metadata": {
"jupyter": {
"is_executing": true
},
"ExecuteTime": {
"start_time": "2024-12-24T09:45:09.652231Z"
}
Expand All @@ -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",
Expand Down

0 comments on commit f77b83f

Please sign in to comment.