ipython - Changing Jupyter Notebook start location [Win 7 Enterprise] -
i trying change default jupyter notebook start directory on windows 7 enterprise machine. other answers have suggested changing "start in" field found through right-click>properties>shortcut on jupyter program in start menu, doesn't have effect. when change field desired directory , try running program still opens in default directory, when recheck "start in" field same whatever had changed looks isn't being changed windows, rather it's being disregarded entirely. reference default directory @ p:\ not local directory , hosted on company servers, , trying change jupyter startup directory c:.
i'm sure path correct - i've tried few different ones , working autocomplete. should mention locked down corporate machine , have run jupyter administrator or else exits immediately. have elevated rights , have checked user permissions on jupyter. using jupyter comes default current python 3.5 distribution of anaconda - have tried reinstalling whole anaconda package , i'm working fresh default install.
i wondering if there perhaps way through changing startup script run when execute program?
found solution - go anaconda install directory (for me c:\anaconda3) , open file cwp.py in text editor. change line os.chdir(documents_folder)
os.chdir("c:\\my\\path\\here")
.
Comments
Post a Comment