Running Conda Version: 3.7.3 on osx64
i'm trying to change the default directory that iPythonNotebook opens in from /users/me to /some/other/directory. I have tried editing c.FileNotebookManager.notebook_dir = u'/some/other/directory' in ipython_notebook_config.py but this hasn't made a difference
The ipython_notebook_config.py is located in /Users/me/.ipython/profile_default/ . Can anaconda iPython see this config file?
Anyway some help would be much appreciated
thanks
Mark