Spawn terminal (/bin/bash) directly?

We are using ProfilesSpawner and among other entries we have a line:

(‘Local Server’, ‘local’, ‘jupyterhub.spawner.LocalProcessSpawner’, {‘ip’:‘0.0.0.0’} ),

which opens the session on the local Jupyterhub server. From there, one can go to “New”, “Terminal” to open a bash shell.

Is it possible to have an entry in ProfilesSpawner that would open the bash shell terminal directly, and eliminate the in-between step of doing the “New”, “Terminal”?

Thanks,

-Dj