Open
Description
When trying to set the shell for the terminado terminal I came across this documentation that mentions the shell_command option, which is supposed to be a python dictionary.
The shape of the dictionary is not specified, but from this code I gleamed that the following line may, work, but it apparently does not get picked up.
c.NotebookApp.terminado_settings={'shell_command': ['bash']}
Any pointers as how to use that option?
Many thanks in advance!