Configure Jupyter Terminal start directory

Hi,

I am currently running jupyterhub in containerized environment. While I can set jupyter notebook working directory using c.spawner.notebook_dir config, I did not find any config to change the terminal start directory (working directory). Right now, when I try to open the terminal, it is starting in the same directory which is set in the docker image (which would contain all the cookie and jupyterhub config files).

Is there a way to configure the terminal to use the same directory as configured for the notebook?

Thanks

1 Like