Change default working directory in JupyterLab on Linux

Thank you for answering here. I appreciated your SO answer. However, the part missing from your SO answer (unless I overlooked it) is:

jupyter server --generate-config

That might be obvious to some people, but all I knew was that the command you list there:

jupyter notebook --generate-config

was not what I needed since I’m running JupyterLab. Without your answer here, I was not able to put together the solution.

1 Like