Skip to content

Commit

Permalink
fix vedo call?
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Oct 26, 2023
1 parent 328a8d0 commit 598ba9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainrender/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def export(self, savepath):
raise ValueError("Savepath should point to a .html file")

# prepare settings
vsettings.notebookBackend = "k3d"
vsettings.default_backend = "k3d"

# Create new plotter and save to file
plt = Plotter()
Expand Down

0 comments on commit 598ba9a

Please sign in to comment.