Closed gbraad closed 3 years ago
Actually;
ColabCode(port=10000, password="pass", authtoken="[ngroktoken]", mount_drive=False, lab=True)
does the same. It does start JupyterLab, but prevents Code from starting as the Lab process needs to be active and long-running.
I just tested it and it seems to be working fine. when mounting drive, you need to click on the link that is presented to you then authorize the colab to access drive and wait till its done mounting.
When the option to mount the drive is specified;
... it will only start as:
... and just hang. Any idea?