abhishekkrthakur / colabcode

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

lab option gives blank screen #104

Open quantitative-technologies opened 2 years ago

quantitative-technologies commented 2 years ago

I want to run jupyterlab in colab, so I did:

ColabCode(port=10000, lab=True)

Then when I click on the NgrokTunnel link I get a blank screen.

If I use ColabCode with the default lab=False it works fine.

ivansaul commented 2 years ago

A few days ago I had the same problem in google colab. I wrote an issue #100 but no one answered me. That error only occurs in colab but not in kaggle.