colabcode icon indicating copy to clipboard operation
colabcode copied to clipboard

Always installs latest version of code server

Open Mahesha999 opened this issue 2 years ago • 0 comments

Removes hardcoded vscode version CODESERVER_VERSION. Thus, it always installs latest version of code server. With hard coded version, I was unable to install the extensions from the vscode extensions marketplace. Also it seems that ngrok now requires users to create authtoken. So, this version might need users to provide their authtoken:

ColabCode(port=80, password="<enter-password>", mount_drive=True, authtoken='<enter-your-ngrok-auth-token>`)

Sample colab notebook to boot up with colabcode.

Mahesha999 avatar Aug 22 '22 10:08 Mahesha999