Metadata-Version: 2.1
Name: colab-xterm
Version: 0.1.2
Summary: Open a terminal in colab, including the free tier.
Home-page: https://github.com/InfuseAI/colab-xterm
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/InfuseAI/colab-xterm/issues
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ptyprocess (~=0.7.0)
Requires-Dist: tornado (>5.1)
Provides-Extra: dev
Requires-Dist: jupyter ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

# 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. 

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/infuseai/colab-xterm/blob/main/demo.ipynb)

# Features
- TTY support
- Does not block your kernel

# Screenshots
![](assets/colab-xterm.png)

