Has anyone also had problems since the Colab upgrade? I am getting disconnections every minute.
If I edit colabconnect.py to install the previous version this helps:
run(
"curl -Lk https://update.code.visualstudio.com/1.103.1/cli-alpine-x64/stable --output vscode_cli.tar.gz"
)
I also have to downgrade Jupyter in order to connect to the Jupyter server.