abhishekkrthakur / colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to open Jupyter Lab and VS-code server?

darkshadow013 opened this issue · comments

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