Jupyter Bash Kernel

Interact with Bash in a Notebook. All commands are interpreted by Bash. Since this is a MetaKernel, a standard set of magics are available. Help on commands is available using the %help magic or using ? with a command.


In [1]:
echo 'Hello, world!'


Hello, world!

In [2]:
cat .gitignore


.ipynb_checkpoints/
MANIFEST
dist/
build/
*.egg-info/

In [3]:
ls


HISTORY.rst         __pycache__         bash_kernel.ipynb   test_bash_kernel.py
README.rst          bash_kernel         flit.ini

In [4]:
%lsmagic


Available line magics:
%activity  %cd  %connect_info  %dot  %download  %edit  %get  %help  %html  %include  %install  %install_magic  %javascript  %jigsaw  %kernel  %kx  %latex  %load  %ls  %lsmagic  %macro  %magic  %parallel  %plot  %pmap  %px  %python  %reload_magics  %restart  %run  %set  %shell

Available cell magics:
%%activity  %%brain  %%debug  %%dot  %%file  %%help  %%html  %%javascript  %%kx  %%latex  %%macro  %%processing  %%px  %%python  %%shell  %%show  %%time  %%tutor