abhishekkrthakur / colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks
MIT License
2.07k stars 276 forks source link

Always installs latest version of code server #112

Open Mahesha999 opened 2 years ago

Mahesha999 commented 2 years ago

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.