Bash exampleΒΆ

This example notebook uses a Bash kernel.

# A basic hello, world in Bash

function hello {
    echo hello, world
}
hello
hello, world

Download bash script: example_bash.sh

Download Jupyter notebook: example_bash.ipynb

View the notebook in the Jupyter nbviewer

Run this example interactively: binder