Hi Everyone, In today’s blog, I would like to show you how to launch a Jupiter notebook terminal from Ubuntu container.
In below screenshot, I have launched an Ubuntu container and tried to update ubuntu apt repository.

In the below screenshot, I have installed Firefox package.

In the below screenshot, I have installed Jupyter.

In the below screenshot, I have configured Xming terminal software/emulator to help me in launching my GUI for Jupyter, with port number as 10.0

In the below screenshot, I have exported the display parameters inside container using export command as shown below:

DISPLAY=<IP of Windows:Port number, which we configured whilie launching Xming application>
You can see how we can launch firefox from windows os by taking the help of Xming software.

From below, you can see how to install Jupiter but before that we need to install pip3 as shown here.




From below, we can see how to install Jupyter

Now, you can see launching of Jupyter notebook in Xming

