Long-running Colabs
By Delip Rao

I discovered this trick from oobabooba. First, paste the following code in a cell:

%%html <audio src="https://oobabooga.github.io/silence.m4a" controls>

When you run it, you should see an audio player. Hit the play button and you are all set!

You can then run a server in the next cell and have that available for a day.