jupyter notebook --generate-config
Editar el archivo jupyter_notebook_config.py recién generado::
gedit ~/.jupyter/jupyter_notebook_config.py
Y agregar/descomentar:
c.NotebookApp.use_redirect_file = False
c.NotebookApp.notebook_dir = '/the/path/to/home/folder/'