Metadata-Version: 2.1
Name: colabcode
Version: 0.0.3
Summary: ColabCode - Run codeserver on Colab!
Home-page: https://github.com/abhishekkrthakur/colabcode
Author: Abhishek Thakur
Author-email: abhishek4@gmail.com
License: MIT License
Platform: linux
Platform: unix
Requires-Python: >3.5.2
Description-Content-Type: text/markdown
Requires-Dist: pyngrok (>=4.1.11)

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


