Skip to content

Commit

Permalink
Update 01_Getting-Started.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Feb 24, 2024
1 parent 9a815c4 commit 44bf28e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions notebooks/colab/01_Getting-Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,10 @@
"metadata": {},
"outputs": [],
"source": [
"plotter = field.plot(\"Principal Values of Logarithmic Strain\", notebook=True)\n",
"plotter.show(jupyter_backend=\"static\")"
"import pyvista as pv\n",
"\n",
"pv.start_xvfb()\n",
"ax = field.imshow(\"Principal Values of Logarithmic Strain\")"
]
}
],
Expand All @@ -178,7 +180,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 44bf28e

Please sign in to comment.