Dear All,

We are using jupyter-notebook for educational purpose. We are facing the 
below issue. Please disregard this post if it is irrelevant to the 
discussion group.

I have installed jupyter-notebook on an ubuntu 18.04; let us call it *Server 
A*. I successfully establish SSH to *server A* initiated by my client ( *Client 
B*). I am able to visually forward X11 running of Firefox to *Client B* 
using the below command.

*On Client B: *
*SSH -X@Server A ip Address*
* user1# sudo jupyter-notebook --allow-root*
*user1# firefox &*

Now, Inside the jupyter-notebook in firefox tab, I am able to execute a 
GUI-based application - I am able to run Linux shell command inside the 
firefox tab(jupyter-notebook session).
*!xclock * 

The problem is that the xclock is executed on the *Server A* successfully, 
but it is not forwarded to a new X11 window on the *Client B*. Is it 
possible to forward xclock(GUI Application), which is initiated by the 
jupyter-notebook session (firefox tab) to *client B*, while the firefox is 
also initiated by SSH connection from *Client B*?

Sincerely,
Mohammad

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/2f61a136-a236-48ea-915c-d5ba0fad51e9n%40googlegroups.com.

Reply via email to