I can’t seem to run a Terminal from the Jupyter Lab interface. When I click on Terminal I get a “Launcher Error Unhandled Error” message. Terminal also doesn’t work in Jupyter Notebook but doesn’t display an error, just nothing happens.
Can you please help me? I’ve tried searching web but haven’t found a solution.
Everything else in Jupyter Lab seems to be working fine. Using Windows 10 64-bit & Chrome.
In my case, I’m starting the jupyter command with --ServerApp.terminado_settings="shell_command=['/bin/bash']" and I’m getting the following error: Expected a list or tuple for argv, got "['/bin/bash']"