openshift / origin

Conformance test suite for OpenShift
http://www.openshift.org
Apache License 2.0
8.44k stars 4.69k forks source link

Is there a way to see the display within openshift jupyter-notebook the pod? #28765

Open rurusungoa opened 2 weeks ago

rurusungoa commented 2 weeks ago

hello.

When using an openshift container, I would like to create a new project in ocp, create a pod image, and inquire about DISPALY visible in jupyter-notebook within the pod. I am using openshift version 4.9.9

When looking at the progress as shown below, it says that "unable to open display":1" " cannot be used when running xhost.

Is it not possible to use display when using jupyter-notebook in an ocp container? Is there any way to take action?

> echo $DISPLAY

:1

> xhost

xhost: unable to open display ":1"

I am inquiring because I am using opencv in the project and xhost needs to be "enabled".

Error when running jupyter -notebook (python3-ipykernel) Kernel Restarting The Kernel for Untitled.ipynb appears to have died. it will restart automatically.

Error when going to jupyter-notebook > other > Terminal or pod > details > Terminal ################################################################ qt.qpa.xcb : could not connect to display :1 qt.qpa.plugin : could not load the Qt playform plugin "xcb" in "/opt/conda/lib/python3.10/site-packages/cv2/qt/plugins" even though it was found. This application failed to start because no Qt platform plugin could be initialized, reinstalling the application may fix this problem.

Available playyform plugins are :xcb ################################################################## I am inquiring because the above error occurs because xhost is unable to display. This is something that works well on the server before creating the image.

Since this is a part of the container that should not be imported, I would like to ask if there is anything that needs to be added to “deployment”.

I'm really sorry to bother you, but please reply.