How to access 192.168.55.1:8888 using Jetpack 4.2.1 (not DLI Nano image)

Dear all,

I am using jetson-nano-sd-r32.2-2019-07-16.zip (Standard Jetpack 4.2.1) on my Jetson Nano.
I have installed jupyter lab at my Jetson Nano successfully.

$ sudo apt install nodejs npm
$ sudo apt install python3-pip
$ sudo pip3 install jupyter jupyterlab
$ sudo jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter lab --generate-config
$ gedit ~/.jupyter/jupyter_notebook_config.py
(CTRL+F: notebook_dir)
## The directory to use for notebooks and kernels.
c.NotebookApp.notebook_dir = '/home/<your_name>/<your_default_directory_for_notebooks>'
At my place, I am using
c.NotebookApp.notebook_dir = '/home/suryadi/learn'

$ chromium-browser --no-sandbox
(to avoid "Error: Can't initialize nvrm channel" occurred)
$ jupyter lab
(Jupypter lab server run at Jetson Nano)

External Media

The next step is how to access 192.168.55.1:8888 from my ubuntu host to Jupyter lab at Jetson Nano?

Thank you very much in advance.

Warmest Regards,
Suryadi

Thank you so much!

The 8888 port is normally used for HTTP. Thus, if you could ping 192.168.55.1 from the host, then you could use browser for this IP:port and see if it can access.