Skip to content

DeepHansda/VS-Code-Online__code-server__colab__kaggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

VS-Code-Online__code-server__colab__kaggle# Run VS Code in Google Colab or Kaggle with Ngrok Tunnel 🚀

This notebook allows you to run Visual Studio Code (VS Code) directly in Google Colab or Kaggle using ngrok to tunnel the remote environment to your browser. Whether you're working on a deep learning model, data analysis, or just need an IDE in the cloud, this setup is perfect for you!

Features 🌟

  • Launch VS Code from your Google Colab or Kaggle environment.
  • Use an ngrok tunnel to access VS Code from your browser.
  • No authentication required for simple access (ideal for testing and personal use).

Prerequisites ⚙️

  • Google Colab or Kaggle Notebook
  • Ngrok token and Ngrok Domain for tunneling
  • A stable internet connection

Quick Start 🚀

For Google Colab

  1. Click on the following link to open the notebook directly in Google Colab: Open in Colab
  2. Run the cells sequentially, and it will automatically set up the ngrok tunnel and launch VS Code on port 8188.

For Kaggle

  1. Click on the following link to open the notebook directly in Kaggle: Run in Kaggle

  2. Similarly, execute the cells to set up the ngrok tunnel and run VS Code.

How It Works 💻

  • Ngrok Setup: The notebook connects to ngrok using your ngrok token and sets up a tunnel on port 8188. The generated URL is used to access the VS Code instance remotely.

  • Code Server: Using code-server, we deploy VS Code in your browser. With no authentication required, you can start coding right away from your cloud environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published