abhishekkrthakur / colabcode

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

ColabCode on Google Colab doesn't open Jupiter lab #108

Open darvin opened 2 years ago

darvin commented 2 years ago
cc.ColabCode(port = 10000,  lab = True , authtoken="my_ngrok_token", mount_drive=True)

authtoken saved to configuration file: /root/.ngrok2/ngrok.yml Public URL: NgrokTunnel: "https://0f6f-35-245-42-159.ngrok.io/" -> "http://localhost:10000/" Jupyter lab token: b9d9465e-cdca-11ec-ba51-0242ac1c0002

darvin commented 2 years ago

no contents https://0f6f-35-245-42-159.ngrok.io/lab? or https://0f6f-35-245-42-159.ngrok.io/

ghost commented 2 years ago

I noticed the same problem when using lab=True. The / seems to redirect to /lab? which reports a HTTP 500 error in the console (though the page is blank).