tkf / emacs-ipython-notebook

IPython notebook client in Emacs
tkf.github.com/emacs-ipython-notebook/
GNU General Public License v3.0
548 stars 51 forks source link

Changing folders in IPython Notebook list does not change ipython notebook's working dir #159

Open joonro opened 9 years ago

joonro commented 9 years ago

It seems navigating in the notebook list buffer does not change the working directory of the ipython notebook. For example, suppose I start the kernel in ~, and then in the notebook list buffer navigate into the subdirectory ~/Test and open a notebook in that directory. If I check the working directory with os.getcwd(), it returns ~ (I'm in windows, so C:\Users\Username).

It is different from the standard behavior - if I do the same thing in a browser, the working directory would be ~/Test. Is there an option for this?