current working directory issue
How to find the current working directory for the ipython console? Where is the default location?
Python-3.4.3 Loading-Data-From-Files 00-01 min 0-10 sec
Answers:
you can type:
import os
os.getcwd()
In addition to this you can also use the command below to get the current directory (only in IPython)
22-06-19, 3:18 p.m.
ankitrj.iitb
pwd