Open a terminal in colab, including the free tier
Colab-xterm allows you to open a terminal in a cell.
- Install package and load the extension
!pip install colab-xterm %load_ext colabxterm
- Open a terminal
- Enjoy!
Try it out in the demo notebook.
- TTY support
- Does not block your kernel
GitHub