Posts by John de Lara • 31 points
2 posts
-
1
votes2
answers33
viewsA: How can I create update function in colab without restarting its kernel?
importlib is a great option, because it actually updates the function and can be used later, after importing its function you can use the following command: import importlib…
-
1
votes2
answers33
viewsQ: How can I create update function in colab without restarting its kernel?
I have my functions done outside of colab, in py files, however I would like to change the function and not need to restart the colab kernel. For this function to work in the notebook I am currently…