Using the bash_kernel makes the UI look simpler, but adds an additional dependency that is often not pre-installed, and having to know about and understand kernels and switching them is kind of a drag.
Maybe better to just cope with the default Jupyter support for calling shell commands, e.g. %%bash cell magic.
Using the
bash_kernelmakes the UI look simpler, but adds an additional dependency that is often not pre-installed, and having to know about and understand kernels and switching them is kind of a drag.Maybe better to just cope with the default Jupyter support for calling shell commands, e.g.
%%bashcell magic.