I have only Bash cells in a certain Jupyter notebook which are run using the %%bash
magic and it works as expected. However, it looks somewhat unpleasant having %%bash
as the first line in all Bash cells and when converting to an HTML file through Markdown I have to clean up the %%bash
in the cell as all cells in the notebook are Bash and I don't need to differentiate between Python and Bash.
Is there any plugin that would extend a type of a notebook cell making them all running as Bash without having %%bash
written in the cells?