korakot / kora

Convenient tools for Colab
MIT License
270 stars 38 forks source link

ngrok ERR_NGROK_702 Too Many Connections #12

Open kinivi opened 3 years ago

kinivi commented 3 years ago

Cant open jupyterlab because of this Jy5O1

kinivi commented 3 years ago

I am about import kora.install.py38

ivansaul commented 3 years ago

Hi @kinivi , I also had the same error, try this:

  1. Create an account at grok.com
  2. Then you copy your autotoken
  3. Create a new colab notebook and run:
    !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