Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 268 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 268 Bytes

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