Skip to content

Commit

Permalink
temporary switch to static jupyter backend to fix build_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emiddell committed Apr 9, 2024
1 parent 036a9c1 commit 05e5171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/1010_system.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"import os.path\n",
"import pyvista\n",
"\n",
"pyvista.set_jupyter_backend(\"html\")"
"#pyvista.set_jupyter_backend(\"html\")\n",
"pyvista.set_jupyter_backend(\"static\")"
]
},
{
Expand Down

0 comments on commit 05e5171

Please sign in to comment.