I needed to write a script with configuration environment in only one cell. I want to leave it indented
!(python --version
which python
pip --version
conda --version
which conda) >> config-environment.txt
But cell not acept skip line between each command. How to write? Is it possible write bash script with indented in jupyter-notebook?