Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 963 Bytes

binder_workflow.md

File metadata and controls

21 lines (16 loc) · 963 Bytes

Binder Workflow

Binder is a good demo environment for students to interact with Jupyter notebooks. It creates a standardized computing environment in the cloud. To practice version control, you'll need extra steps to bring your changes from the cloud to your local computer.

Programs you have:

  • Terminal
  • GitHub
    • You have successfully forked the simple-coronavirus-report and made it your own

Programs you don't have:

  • Docker

Workflow with GitHub

  1. ...MAKE ALL YOUR CHANGES...
  2. Launch a Terminal
  3. Type: git status to see which files you've made changes to
  4. For every file you want to include in your commit: right click > download
  5. Move those downloaded files into your local GitHub repo
  6. In Ubuntu: git status to check that all those files are there, ready to be staged
  7. Follow the GitHub workflow of pushing changes to the remote using git add, git commit, git push