How to copy/download files from JupyterHub link?

Copy the file to your folder:

  1. Open the link, attend to R studio
  2. Select a file by clicking on the checkbox on the left
  3. Click the “More” button
  4. Select the “Copy to” and click
  5. Then select destination folder
  6. Click “Yes” to finish move

Download the file:

  1. Select a file by clicking on the checkbox on the left
  2. Click the “More” button
  3. Select the “Export” and click
  4. Click “Download” to download the file to you computer

 

How to export rmarkdown as .PDF/.HTML/.Word?

  1. Click the ‘Knit’ button on the top
  2. Select the file type (Knit to HTML, Knit to PDF, Knit to Word)
  3. Wait until a new window show you the exported file.
  4. Click the download button on the top-left to down the exported file.

How to upload files to JupyterHub?

In R studio:

  1. Navigate to the “Upload” button on the bottom-left panel and click
  2. Click the “Choose File” button
  3. Select the file you want to upload from your computer
  4. Click the “OK” to finish or “No” to cancel this action

How to download files?

In R studio:

  1. Select a file by clicking on the checkbox on the left
  2. Click the “More” button
  3. Select the “Export” and click
  4. Click “Download” to download the file to you computer

How to rename a file/folder?

In R studio:

  1. Navigate to the ‘file’ tab on the top-right
  2. Click the ‘Rename’ button
  3. Write a new name
  4. Click the ‘OK’ button to finish this action

How to copy/duplicate files?

In R studio:

  1. Navigate to the “Files” tab in the bottom left panel
  2. Select a file by clicking on the checkbox on the left
  3. Click the “More” button
  4. Select the “copy” and click
  5. Default, the copied file is named as “Copyof{filename}”, you can change the file name
  6. Click “OK” to finish move or “Cancel” to cancel this action.

How to move files/folders?

In R studio:

  1. Navigate to the “Files” tab in the bottom-left panel
  2. Select a file by clicking on the checkbox on the left
  3. Click the “More” button
  4. Select the “move” and click
  5. Then select destination folder
  6. Click “Yes” to finish move or “No” to cancel this action.

 

How to delete files/folders?

  1. Navigate to the “Files” tab in the bottom left panel
  2. Select a file by clicking on the checkbox on the left
  3. Click the “Delete” button
  4. Click “Yes” to finish or “No” to cancel this action.

How to create a text file?

  1. Navigate to the ‘File’ tab on the top-right
  2. Click the ‘New file ‘ button
  3. Select the text file
  4. A new (untitled) text file will be created in the current directory and opened in a new tab
  5. Click the save current document button to save and change you file name.

How to create a new project?

  1. Navigate to the ‘File’ tab on the top-right
  2. click the ‘New Project‘ button
  3. Choose to create a project in existing directory or New directory
  4. Then choose the folder you want to store it project.
  5. A new project will be created in the current directory