# Colab 上でコマンド実行 `!` ... 新しい shell でコマンドを実行して shell を終了(`cd` だと移動しない) ```python !cd ``` `%` ... 現在の shell で実行(`cd` だと移動する) ```python %cd ```