https://github.com/InfuseAI/colab-xterm
Open a terminal in colab, including the free tier.
https://github.com/InfuseAI/colab-xterm
Last synced: 7 months ago
JSON representation
Open a terminal in colab, including the free tier.
- Host: GitHub
- URL: https://github.com/InfuseAI/colab-xterm
- Owner: InfuseAI
- License: apache-2.0
- Created: 2022-01-31T08:02:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T01:34:20.000Z (over 1 year ago)
- Last Synced: 2025-07-21T11:15:03.324Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.76 MB
- Stars: 466
- Watchers: 5
- Forks: 38
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colab-xterm
Colab-xterm allows you to open a terminal in a cell.
# Usage
1. Install package and load the extension
```
!pip install colab-xterm
%load_ext colabxterm
```
2. Open a terminal
```
%xterm
```
3. Enjoy!
Try it out in the demo notebook.
[](https://colab.research.google.com/github/infuseai/colab-xterm/blob/main/demo.ipynb)
# Features
- TTY support
- Does not block your kernel
# Options
```
%xterm height=1000 port=10001
```
option | description
-------|-----------
height | The height of the terminal panel
port | The server port
# Screenshots

# Star History
[](https://star-history.com/#InfuseAI/colab-xterm&Date)