I'm working with google-colab. Can it be possible to call a function from one colab file in to another colab project, as we do in python like importing file.
ex. I have two colab files 1.ipynb and 2.ipynb.
Let's say 1.ipynb has ABC function. Now I want to utilize this already implemented ABC function into 2.ipynb
is there any way I can do it? or it's not possible?