Re: [Tutor] how to change the current working directory path in ipython.
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.
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? _