Notepad/enter/Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/IPython/Colab/Colab Code Snippets.md

557 B

About Code Snippets

So similar to the amazingness of iPython for having magic and pretty much a whole library of references of magic commands if anyone ever gets lost or confused, colab has this feature called code snippets. At first I just thought it was something like gist but really -

!Pasted image 20220709161121.png

That's right. It's basically for literally everything. We have arrived at the future. And we are no longer pain-stakingly google searching for the correct implementation of code anymore. There are references right here.

:')