Open a terminal in colab, including the free tier
![](https://www.deeplearningdaily.com/wp-content/uploads/2022/02/open-a-terminal-in-colab-including-the-free-tier_61fc527c6c5d8-375x210.jpeg)
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