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
| # ============================== | |
| # Install & Fix Widgets | |
| # ============================== | |
| !pip install -q ipywidgets requests yt-dlp | |
| from google.colab import output | |
| output.enable_custom_widget_manager() | |
| # ============================== | |
| # Mount Drive | |
| # ============================== |
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
| # ============================== | |
| # Install & Fix Widgets | |
| # ============================== | |
| !pip install -q ipywidgets requests | |
| from google.colab import output | |
| output.enable_custom_widget_manager() | |
| # ============================== | |
| # Mount Drive | |
| # ============================== |