JupyterHubUploadDownload

From CSDMS
Revision as of 11:38, 26 April 2022 by Mpiper (talk | contribs) (Outline content in page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
OpenEarthscape JupyterHub: Uploading and Downloading Files

Upload a file. Show picture.

Download a file. Show picture.

Problem: These menu buttons don't work for a directory of files. Solution: Create a zip file. (Or a tarball, but zip works across platforms.)

First, an example of downloading a directory.

Open a terminal. Locate the directory you want to download. Zip it up. Use the download instructions above.

On you local machine you can either double click on the zip file in your file manager to uncompress it, or you can use unzip in a terminal.

Second, an example of uploading a directory.

On your local machine, find the directory of files you'd like to upload. Zip the directory, either with the file manager or the zip command on a terminal. Use the upload instructions above. On the JupyterHub, open a terminal. Unzip the file.

Fin.