I ran napari-spatialdata on docker image or conda env in a server. WARNING: Could not load the Qt platform plugin "xcb" in "" even though it was found. poped out, then the jupyter kernel restarted.
from spatialdata_io import xenium
sdata = xenium(folder)
sdata
from napari_spatialdata import Interactive
interactive = Interactive(sdata)
interactive.run()
output:
WARNING: Could not load the Qt platform plugin "xcb" in "" even though it was found.
WARNING: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: linuxfb, minimal, offscreen, vnc, webgl, xcb.
Didn't work out after several tries.Is it possible using this napari-spatialdata in linux server and how to?
There are ways, but they can be difficult to setup, see https://github.com/napari/napari/issues/1457 for example. Do you think you would be able to follow some of the things mentioned here for debugging?
Create a conda env:
I ran
napari-spatialdata
on docker image or conda env in a server.WARNING: Could not load the Qt platform plugin "xcb" in "" even though it was found.
poped out, then the jupyter kernel restarted.output:
output:
Didn't work out after several tries.Is it possible using this
napari-spatialdata
in linux server and how to?