import os
os.chdir("./drive/My Drive/")
from google.colab import drive
drive.mount('/content/drive')
An error occurred when executing the directory move command in the Python os module. #### It worked well below I added a "!" And ran the bash command and it worked.
__ Below, * causal_inference * is the name of the directory created directly under Google My Drive. __
!cd("./drive/My Drive/causal_inference/")
I tried to read the iPython notebook file stored in the Google MyDrive directory with a command and execute it, but it didn't work.
By operating the button at the top of the screen of Coplaboratory with GUI, iPython notebook file could be loaded into Colaboratory.
Below, you can execute all the code (in cells) contained in the iPython notebook file loaded into Colaboratory, all at once from top to bottom.