Jupyter Notebook. Accessing to computer's files.

Hi All.
I’ve installed the SD image DLINANO. I’ve succesfully opened the notebook via 192.168.55.1:8888 and run the notebooks included in it.

Now I want to run notebooks I had installed in my computer, but using the Jetson Nano hardware, is that possible? If not, Is there any way to access to files in my computer’s hard Disk from the Nano’s Jupyter Notebook?

Thanks for your help.

Best Regards,

Alejandro.

The notebooks must be on the Jetson’s file system to run easily.
I don’t know if there’s a built-in way to open a notebook from another computer, but you should be able to easily copy your notebook directories over through “scp -r” or “rsync”