How to upgrade to 1.0.52 version in Kaggle and Colab?

Is there a way to permanently upgrade fast.ai on Kaggle and Colab from 1.0.51 to 1.0.52 version (which includes for example Text.Tokenizer x10 times acceleration)?

I can run in the start of the notebook this command for a manual upgrade, but then I need to do it every time I restart the kernel.

pip install fastai --upgrade
1 Like