Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Post assignments to Canvas. Have students download to their personal computers, then Upload to their Home directory in RStudio Server or JupyterHub.
    • When the assignment is complete, students can copy the files from their Home directory back to their personal computer using a remote file system transfer tool such as scp. This transfer must be initiated from the user's computer, as shown here. Then the completed assignment can be uploaded to Canvas from there.

    • Note: There is a 64K 64 Megabyte file-size limit on uploading files in both JupyterHub and RStudio Server, so an alternate method should be used for files larger than 64K64M.
Code Block
languagebash
# From the student's personal computer
cd my_homework_directory
scp amb599@educcomp01.ccbb.utexas.edu:~/homework1.amb599.R . 

...