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
%xterm - Enjoy!
Try it out in the demo notebook.
- TTY support
- Does not block your kernel
%xterm height=1000 port=10001
| option | description |
|---|---|
| height | The height of the terminal panel |
| port | The server port |
