enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.32k stars 285 forks source link

Problem with running on Jupyter notebook on remote server #975

Open kaushik333 opened 4 years ago

kaushik333 commented 4 years ago

Hi,

I am having trouble getting mayavi to run on a jupyter notebook from a remote server. I am using VSCode editor to directly access the jupyter notebook from the server.

Initially I had problem when running the mlab.figure() command i.e. the cell in the notebook just keeps rotating indefinitely and never finishes.

I have tried installations as you have mentioned on your instructions page here and here. But I just cant seem to get it work !!! My eventual goal is to visualize the kitti point-cloud dataset.

The only difference in my case is that I am on Ubuntu 18.04 as opposed to 16.04 for which the instructions were written.

Any help you can provide is gladly appreciated. Thank you.

Big-Brother-Pikachu commented 3 years ago

Same problem for me, have you solved this problem @kaushik333 ?

S-Yuan137 commented 2 years ago

Same problem. Wait for a workaround.

prabhuramachandran commented 2 years ago

It should work with master but if you want a fully headless solution, use the new 'itk' backend on the notebook. There are weekly headless tests to ensure that Mayavi builds and the tests run on a headless setup.