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.
I want to run jupyterlab in colab, so I did:
Then when I click on the
NgrokTunnellink I get a blank screen.If I use
ColabCodewith the defaultlab=Falseit works fine.