Experiments are short explorations of a concept, tool, library, or idea. They are meant to be self-contained and not an exhaustive coverage of the topic.
I am still in the process of migrating my blog. This is coming soon!
Long-running Colabs
Google Colab is convenient but they shutdown after some inactivity. This is annoying if you are running some persistent process, like a server. So, how do we make them run for a while? I discovered this trick from oobabooba. First, paste the following code in a cell:...