Right after installing Anaconda(3) I started Jupiter notebook to get my hands dirty with my python skills. Anaconda is a excellent package manager for python which should the very first thing anyone will scratch for advancing in AI.
Well due to my disk capacity I badly wanted to change the Jupiter default home to some other location. I looked around the internet for some out of box help, but could not land in something. After few exploration on the startup logs I figured out the argument supplied via startup scripts. Following are the changes,
- Open startup script properties which will look like something below,

- Change the argument USERPROFILE to your desired location,

That is it !