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 3992021 commit d8e5892
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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\", notebook=True)\n",
]
}
],
Expand Down

1 comment on commit d8e5892

@adtzlr
Copy link
Owner Author

@adtzlr adtzlr commented on d8e5892 Feb 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #1

Please sign in to comment.