/colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

Primary LanguagePythonMIT LicenseMIT

ColabCode

Run code server on Google Colab or Kaggle Notebooks

  • 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 :)