abhishekkrthakur / colabcode

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

Can't access VSCode Server via GoogleColab and Kaggle #99

Closed longqua69 closed 2 years ago

longqua69 commented 2 years ago

Hi,

This is a really helpful project. However, I've tried using this and got an unexpected behavior after clicking the link in the figure below: 1

The same issue occurred while using GoogleColab. I can't access VSCode Server. Please help me fix this issue or let me know if I've missed something

Thanks

abhishekkrthakur commented 2 years ago

After registering a new account, you can pass your authentication token in the authtoken parameter and everything should be fine.

longqua69 commented 2 years ago

Hi @abhishekkrthakur

Thanks, I followed your instructions by:

  1. Download ngrok
  2. Pass authtoken into ngrok CLI
  3. Executed the command ngrok HTTP 80

Below is the result. What should I do next? Is there any step that I've missed? image

TakshPanchal commented 2 years ago
  1. Pass authtoken into ngrok CLI

You are supposed to do this on colab.

longqua69 commented 2 years ago

@TakshPanchal thank you so much.