Atishaye Jain

Results 1 comments of Atishaye Jain

Hey all, I had the above error in Google Colab. Restarting the kernel worked for me. ```Python import os if not os.getenv("IS_TESTING"): import IPython app = IPython.Application.instance() app.kernel.do_shutdown(True) ``` Hope...