InfuseAI / colab-xterm

Open a terminal in colab, including the free tier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

Open a terminal in colab, including the free tier.

License:Apache License 2.0


Languages

Language:Python 59.5%Language:Jupyter Notebook 15.9%Language:TypeScript 9.8%Language:JavaScript 9.4%Language:HTML 3.9%Language:Makefile 1.3%