This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Use Google Drive authentication to define who is running this notebook. | |
""" | |
import re | |
from pathlib import Path | |
from google.colab import drive | |
from google.colab.drive import _logs_dir | |
# mount Google Drive |