NVIDIA-AI-IOT / jetbot

An educational AI robot based on NVIDIA Jetson Nano.
MIT License
3k stars 1.03k forks source link

Jypter lab wont load after logging in #615

Open s2200070 opened 6 months ago

s2200070 commented 6 months ago

edb7788f7e4385d94929e65f0646606c4082d0e8_2_1380x746 https://jetbot.org/master/software_setup/sd_card.html After following this at step 5, after logging in it does not go to the remote programing environment but instead just hangs and just loads (as intercated in the image above) both my pc and the jetson nano are connected to the same network wirelessly so please help me out here

jaybdub commented 5 months ago

Hi @s2200070 ,

Apologies for the delayed response. Are you still facing this issue?

I'm not immediately sure what the issue would be. It may help to dump logs from the jupyter lab server running on the device.

Does the following command report anything?

docker logs jetbot_jupyter

Best, John