Re: [Tutor] how to change the current working directory path in ipython.

2012-02-08 Thread Joel Goldstick
On Wed, Feb 8, 2012 at 9:24 AM, Debashish Saha wrote: > how to change  the current working directory path in ipython. > > my current directory path is >                       pwd >               Out[2]: u'C:\\Users\\as' > > now if i want to take the path to a subfolder of above > 'C:\\Users\\as',

[Tutor] how to change the current working directory path in ipython.

2012-02-08 Thread Debashish Saha
how to change the current working directory path in ipython. my current directory path is pwd Out[2]: u'C:\\Users\\as' now if i want to take the path to a subfolder of above 'C:\\Users\\as', what do i have to do? _