After Jupyter is installed (I used anacoda's distribution of Python 3.5), navigate to the folder containing the jupyter.exe
- Type the following:
jupyter notebook --generate-config
- This will generate an entry in your user profile:
~/.jupyter
- Edit the jupyter_notebook._config.py file and find
c.NotebookApp.notebook_dir
- Uncomment the entry and enter in your path
- Save any file changes and start jupyter
The ipython notebooks should now be saved in your new directory.