Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 217 Bytes

python tips.md

File metadata and controls

7 lines (6 loc) · 217 Bytes

Get the current working directory

cwd = os.getcwd()

Print the current working directory

print("Current working directory: {0}".format(cwd))

run python file in terminal

python ./code/Health_integration_scib.py