Coder Social home page Coder Social logo

kaggle-vsc's Introduction

Run Kaggle on VS Code

1. GitHub configuration

  • Create a SSH key for GitHub by the Ed25519 algorithm. (Note: Setting the types of passwords is not necessary. So press Enter to skip them all.)
ssh-keygen -t ed25519 -C "[email protected]"
  • At /your_user/.ssh, copy the content in id_ed25519.pub and add to your GitHub account.

add_ssh_to_github.png

  • Open Terminal at /your_user/.ssh and run the following command.
cat id_ed25519 | base64

secrets_kaggle.png

2. Kaggle configuration

  • Create a SSH key for Kaggle by the RSA algorithm. (Note: Setting the types of passwords is not necessary. So press Enter to skip them all.)
ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa
  • At /your_user/.ssh, copy the content in id_rsa.pub and add to the Secrets section of Kaggle.

3. Ngrok configuration

4. Set up at Kaggle

  • Run all cells in examples/kaggle_enfit23_setup.ipynb. The results like that:

start_ssh.png

start_ngrok.png

setup_config_github.png

5. Set up at the local computer

  • Click Open a Remote Window at the bottom left corner of the VSC window.

open_a_remote_window.png

  • Click Connect to Host and paste a content like that:

In which, the content after @ is taken from the result of cell start_ngrok.

  • Click Continue.

  • Click Open.

  • Choose /kaggle/working and click OK.

kaggle_working.png

  • Complete and start to code!!!

kaggle-vsc's People

Contributors

duongngockhanh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.