Skip to content

Commit

Permalink
fix: Revert dependencies due to broken plotters (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroFernandezLuces authored Nov 9, 2023
1 parent 090b0c7 commit 8f52ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ansys/geometry/core/plotting/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,8 @@ def show(
# Conditionally set the Jupyter backend as not all users will be within
# a notebook environment to avoid a pyvista warning
if self.scene.notebook and jupyter_backend is None:
jupyter_backend = "panel"
# TODO revert this once the dynamic plotters in documentation are back.
jupyter_backend = "static"

# Enabling anti-aliasing by default on scene
self.scene.enable_anti_aliasing("ssaa")
Expand Down

0 comments on commit 8f52ffa

Please sign in to comment.