anki92 / colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

License:MIT License


Languages

Language:Python 100.0%