tilburgsciencehub / website

Learn to work more efficiently on empirical research projects.
https://tilburgsciencehub.com
38 stars 46 forks source link

GitHub & Colab Synergy #1140

Closed Fernando-Iscar closed 2 months ago

Fernando-Iscar commented 3 months ago

Hi @shrabasteebanerjee,

As discussed at issue #1125, here's the topic I've been working on aiming to teach students and researchers to maximize the potential of using Colab and GitHub together.

The final outline is:

  1. Introduction

    • Overview of integrating GitHub with Google Colab for development and collaboration.
    • Tips for newcomers to Google Colab.
  2. Setting Up the Workspace

    • Importing GitHub Repositories into Colab
      • Cloning GitHub repositories into Colab.
      • Handling private repositories.
  3. Working with GitHub in Colab

    • Executing Basic Git Commands
      • Using Git commands within Colab for version control.
    • Pushing Changes Using the Colab Interface
      • Guided steps for pushing changes to GitHub via Colab's UI.
  4. Other Relevant Information

    • Integrating with Other Google Services
      • Mounting Google Drive for Persistent Storage
      • Benefits of Google Drive integration.
      • Use Google Cloud Buckets
      • Information on Google Cloud Storage Buckets.
    • Consider Sharing with GitHub Gists
      • Notes on using GitHub Gists for code snippets.
    • Leveraging Colab's GPUs
      • How to enable and verify GPU support in Colab.
  5. Additional Resources

    • Links to further documentation and demos.

Let me know if you miss any relevant information or any further suggestion :)

netlify[bot] commented 3 months ago

Deploy Preview for unique-scone-f4eb67 ready!

Name Link
Latest commit c4509adb11945188d87541e1b5e01a2322361dab
Latest deploy log https://app.netlify.com/sites/unique-scone-f4eb67/deploys/6603296f4ab9e500087dd066
Deploy Preview https://deploy-preview-1140--unique-scone-f4eb67.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

shrabasteebanerjee commented 2 months ago

hi @Fernando-Iscar , this looks great to me and is ready to merge!