After you successfully connected to Jetson Nano's Jupyterlab Server, you might bump into the periodic popup of Server Connection Error
. I try changing the USB cable, but it doesn't solve the problem.
The problem is due to Windows 10 bug/configuration. The solution is posted on this forum thread.
- In Win10, goto
Network and Internet
settings (Win10 search bar, searchSettings
and click, clickNetwok & Internet
) - Click
Change adapter options
, look for the networks connections with the description (not name)Remote NDIS compatible
. If none is found, make sure your USB cable is still connected Jetson Nano and you still can sort of access JupyterLab Server. Right click on the icon and clickProperties
. - Unselect Internet Protocol Version 6 (TCP/IPv6)
- Select Internet Protocol Version 4 (TCP/IPv4), click
Properties
and input the following - IP Address:
192.168.55.55
- Subnet Mask:
255.255.255.0
- Default Gateway:
192.168.55.1
- Don't need to configure DNS
- Click OK
- Click OK to apply the changes
- When Win10 ask
If you want your PC to be discoverable
, clickYes
.