Bash Examples

The Bash kernel runs code cells as Bash commands in a persistent Bash shell:


In [1]:
df -H

In [2]:
which python

In [ ]:
project="Jupyter"

In [ ]:
echo "Hello to the $project project from $BASH"

In [ ]:
e