LAN: Windows and ubuntu file transfer (using jupyter)

Use jupyter to pass files

jupyter interface

  • As shown in the figure below, Jupyter has download and upload functions.
    **Bold style**

Application scenarios:

The personal account on the server side has set up the anaconda environment, and jupyter has set up remote access.

If you want to export a folder, you can compress the folder with the following command and then transfer it.

tar -zcvf your_dir_name.tar.gz your_dir_name

Guess you like

Origin blog.csdn.net/u013894391/article/details/103236698