Home

Awesome

PyPI version Build Status Codacy Badge Coverage Status

sos-bash

SoS extension for Bash scripts. Please refer to SoS Homepage for details.

Installation

Usage

In a SoS notebook, you should be able to see Bash in the drop down box, and execute bash commands in it. You can use magics %get and %put to exchange variables between bash and other kernels but all variables will be converted to string because bash only supports strings.