-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with trame #743
Comments
📢 Nice one! Your first issue! Thanks for telling us how to improve |
@yutik-nn I've created a dedicated issue from your comment, hope you don't mind? |
@yutik-nn Good to hear from you again 😃 Okay, so can you give me a little more detail, and hopefully we can resolve this for you. Would it be possible to tell me how you're creating your environment? Also, could you run this on your command line |
Aloha @bjlittle !!! Getting back into it with some new data as well. Thank you!!! |
@bjlittle Does anything look suspicious? |
Apologies @yutik-nn, I'll look into this for you now 👍 |
... okay, I can confirm that I can certainly replicate this issue on my side. Clearly something has changed in the ecosystem recently 🤔 |
Aloha @yutik-nn 🏄 Okay, cracked it ... sorry for the delay. It took me a wee bit of time to figure this one out (also, I'm spinning too many plates atm, soz) Create a conda YAML spec file, say called name: aloha
channels:
- conda-forge
dependencies:
- geovista
- ipywidgets <9.0.0
- jupyterlab <5.0.0
- trame >=2.5.2
- trame-client >=2.12.7
- trame-server >=2.11.7
- trame-vtk >=2.5.8
- trame-vuetify >=2.3.1 Now create your conda environment with the YAML file i.e., if you're using micromamba create -f env.yml Then activate your Out the box, execute the following in a jupyter lab cell: import pyvista as pv
pv.Cube().plot() This should just-work™️, hopefully 🤞 Please let me know how it goes. |
@yutik-nn Does this fix your issue? Keen to make sure you're unblocked 👍 |
@bjlittle Thank you Bill! It did fix the issue! |
@yutik-nn That's awesome news! I'd recommend creating your environment from scratch with your additional packages in the YAML file, if possible. Now that you have a working YAML file you can easily delete and recreate the environment as you choose. Feel free to close this issue, or leave it open if you need more assistance - always glad to help 👍 |
@all-contributors please add @yutik-nn for ideas |
I've put up a pull request to add @yutik-nn! 🎉 |
So I've just created a new working environment in a new workspace, and
pv.set_jupyter_backend("trame")
totally does not work.No matter if I reinstall or update ipywidgets, trame, and vtk I get the following error:
What do I do?
Originally posted by @yutik-nn in #452 (comment)
The text was updated successfully, but these errors were encountered: