Web \(\rightarrow\) Your PC \(\rightarrow\) Jupyterlab RStudio
All on the cloud
Four panes in RStudio
Jupyterlab runs on OS Linux.
Each user was given a home directory to
read files
write (create or edit) files
execute program files.
You can see the entire file structure, but only read or write those folders that the IT admin or their owner made available to you.
Do not delete the bin and R folders.
Interactive Download from Jupyterlab RStudio
Shortcut to teacher’s folder
you can read and copy all files
you cannot delete them or edit them
To edit, save outside this folder.
Students and teachers can read each others’ folders and copy from them.
Details at the end of this presentation.
GitHub ≈ GoogleDrive for programmers
Files and folders in a dedicated repository
powered by a tool called Git
change tracking, sharing management
complex programmatic commands
Without Git: Download a repository or file to your PC
you only get the current snapshot
Go to the repository URL
use GitHub’s web GUI
Hit the Code Button and Select Download ZIP
Each file has its own URL (click on it to get there)
You can also download the entire repo
Download from GitHub
GitHub GUI Download works only for a file or a repository.
Use this web service to download a folder:
https://download-directory.github.io/?url=https://github.com/
THE_NAME_OF_THE_REPO/tree/main/THE_NAME_OF_THE_FOLDER
download-directory.github.ioExternal web service download-directory.github.io
must-know if you
want to copy directly from teacher’s or students’ folders
get lost by inadvertently clicking on something in the Files tab.
/ is the top of the file system. The home folder contains home folders of all users.
/home/YOURLOGIN/lnet/aic/personal/YOURLOGINDo not ponder on it. It’s how the IT admin organized the file system.
Navigate upwards in the file structure to /home/ YOUR_COLLEAGUE’S_FOLDER
Select the item to copy (one file) and activate the menu
Select the target folder (probably your home). To select a subfolder, type ~/FOLDER_NAME.
Note that you are still in your colleague’s folder.
The file went ahead of you!
... Or select a subfolder interactively
Navigate home!
Mission accomplished!