abhishekkrthakur / colabcode

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

How to open Jupyter Lab and VS-code server? #69

Closed darkshadow013 closed 3 years ago

darkshadow013 commented 3 years ago

Hi,

I tried running ColabCode(port=1000) then it works fine and am able to open code server.

But, i also want to open Jupyter lab along with code server. So, i looked at the code and Found default lab=False

So, when i tried running ColabCode(port=10000, lab=True) then code-server won't open and Jupyter lab also not opening.

Can you suggest any way?

Thanks