Skip to content

Trying to run some example file but nothing show up #1097

Answered by marcomusy
Waynechuuuu asked this question in Q&A
Discussion options

You must be logged in to vote

Is that spyder?
you can try

pip install -U git+https://github.com/marcomusy/vedo.git

to have a independent window to pop up you can set it trough

vedo.settings.default_backend = "vtk"

Eg

import vedo
vedo.settings.default_backend = "vtk"
plt = vedo.Sphere().show(axes=1)
plt.close()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Waynechuuuu
Comment options

Answer selected by Waynechuuuu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants