abhishekkrthakur / colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't access VSCode Server via GoogleColab and Kaggle

longqua69 opened this issue · comments

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

  • My browser was navigated to:
    2-colabcode
  • I tried signing up with my Google account then I navigate to:
    3

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

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

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

  1. Pass authtoken into ngrok CLI

You are supposed to do this on colab.

@TakshPanchal thank you so much.