## Colab Scratch Cells Another great feature of colab which allows for another panel purely for running scratch code alongside your running code. This is so helpful!! - Option + Shift + C: open scratch code cell - Option + X: Copy to scratch cell ![[Pasted image 20220709155517.png]] As you can see you can have many multiple scratch cells! ![[Pasted image 20220709155559.png]] & it will appear right next to the code you're actually working on. This way you can even have a kind of pseudo code while you think so that you dont have to worry so much about errors and you can break it down a bit better,