Skip to content

Instantly share code, notes, and snippets.

View seramo's full-sized avatar
🏠
Working from home

Rasoul Mousavian seramo

🏠
Working from home
View GitHub Profile
@seramo
seramo / direct2drive-colab.py
Last active April 24, 2026 22:06 — forked from sedruski/main.py
direct2drive colab
# Install
!pip install -q ipywidgets requests
from google.colab import output
output.enable_custom_widget_manager()
# Mount
from google.colab import drive
drive.mount('/content/drive')
# Imports