VaporVisualizerWidget does not work on a Kernel from JupyterLab

Hi! I hope you all are good.

I have problem using Vapor with Python. I put Vapor on an enviroment from Conda and then, I put it in a Kernel, all good, I ran all examples in the Vapor packages and all was good, except for the interactive scene using VaporVisualizerWidget whose output was: “VaporVisualizerWidget(imageData='/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aH…”, instead of a scene like this

Where I would move the camara angle using my mouse. I have run the example again and again and output is always the same. So, is there any package or library which I have to install in the enviroment or something similar to solve this error?

Please, I hope you can help me guys and thanks for taking the time to read this.

Hi,

Currently the interactive widgets only work in jupyter-notebook. We are working on fixing them in jupyter-lab and we should have it fixed within the next few days.

Ok, thank you so much!