The first step is to find the Jetson’s IP address
The easiest way to connect remotely to Jupyter is with a ssh connection
ssh **user**@**IPaddress**
Where user must be replaced by jetson’s username and IPaddress by jetson’s IP
Once connected, start jupyter-lab:
jupyter-lab --ip **IPaddress** --port **PORT** --no-browser
Where IPaddress must be replaced by jetson’s IP and PORT replaced by an available port (eg.: 8888)
This way you have access in your local terminal to a URL with the required token, similar to the following
To access the server, open this file in a browser:
file:///home/xavier-agv/.local/share/jupyter/runtime/jpserver-7993-open.html
Or copy and paste one of these URLs:
<http://10.42.0.25:8888/lab?token=86b103c24d6b687dabff36b509beb3763771ef50da660795>
<http://127.0.0.1:8888/lab?token=86b103c24d6b687dabff36b509beb3763771ef50da660795>