Open kinivi opened 3 years ago
Cant open jupyterlab because of this
I am about import kora.install.py38
import kora.install.py38
Hi @kinivi , I also had the same error, try this:
!pip install colabcode authtoken='here your ngrok authtoken' import colabcode as cc cc.ColabCode(port = 10000, lab = True , authtoken=authtoken, mount_drive=False)
Credit: https://github.com/abhishekkrthakur/colabcode
Cant open jupyterlab because of this