Skip to content

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

License

Notifications You must be signed in to change notification settings

carloshvp/colabcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColabCode

Run code server on Google Colab or Kaggle Notebooks

Quickstart:

  • install colabcode: pip install colabcode
  • import colabcode: from colabcode import ColabCode
  • run: ColabCode(port=10000, password="abhishek")
  • you can also run it with any password or port :)

Colab starter notebook: Open In Colab

ColabCode has the following arguments:

  • port: the port you want to run code-server on, default 10000
  • password: password to protect your code server from being accessed by someone else. Note that there is no password by default!
  • mount_drive: True or False to mount your Google Drive

ColabCode comes pre-installed with some VS Code extensions.

See an example in this video tutorial.

About

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 61.8%
  • Python 38.2%