-
Notifications
You must be signed in to change notification settings - Fork 236
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
quickvolshow and showvol crashes on VS Code #430
Comments
Hi, very strange behaviour. Can you try what happens in the Jupyter notebook? Maybe there is a driver issue. Which OS are you using? regards, Maarten |
Hello, I've done some more testing and I ran almost every example on the example page, including the male head example and lighting examples, and none of them caused a crash on VSCode. The only exception is the first volume example in this page. This points to a problem specifically with the I also found there are some error messages that appear on the VSCode developer tools console: Edit: I re-run all the examples and now it looks like the last two examples from lighting are also crashing. To be clear, I'm sure the first of the two examples ran correctly the first time I tried. However I have not been able to make it work again even after creating a new notebook. |
May be related to #microsoft/vscode-jupyter#4525. I opened a remote Jupyter server and connected to it using VSCode, and everything worked! So this is probably a VSCode issue. I'd like to open an issue there, any tip on how I may go about it? |
I have been trying to make the package work on a VS Code notebook to no avail. Some of the things I tried did work in a Jupyter notebook after much testing. I performed all of the testing by only running the first 3 examples.
quickscatter
andquickquiver
work correctly on VS Code, however running thequickvolshow
example instantly crashes the application, triggering an "Are you sure you want to close without saving?" pop-up, which upon selecting any of the options does nothing and it is impossible to interact with the notebook any longer, requiring a full restart. I'm not sure whether this is a VS Code problem.Here's everything I tried, none of the following options made
quickshowvol
work:python==3.10.9
, withipyvolume==0.6.0
installed from conda-forge with the automatically downloaded dependencies. This results inpythreejs==2.4.1
sincepythreejs==2.4.2
is not available on conda-forge. This hangs the kernel when executing any method on a jupyter notebook (includngquickscatter
andquickquiver
), butquickscatter
andquickquiver
work correctly on VSC.pythreejs==2.4.2
using pip. Everything works in Jupyter notebook, but onlyquickscatter
andquickquiver
work in VSC.ipyvolume
with pip on top of a default anaconda installation, same as above (it works on Jupyter).pythreejs==2.3.0
causes thequickscatter
andquickquiver
widgets to also not render correctly on VSC, they are missing all of the GUI elements on the right. Didn't test with Jupyter.python==3.8
, install with pipipyvolume==0.5.2
,matplotlib
andipython_genutils
. Same as above.Is there some way to get it working? Just in case, here's one of the environments that works in Jupyter notebook but still crashes VSC.
environment.yml.txt
The text was updated successfully, but these errors were encountered: