با سلام و خسته نباشید
ضمن تشکر از دوستان که مطالب عالی در مورد Google Colab در اختیار ما قرار دادن . بنده مشکلی برای ایمپورت کردن دیتا از Drive به Colab دارم مراحل آموزش رو کامل اجرا کردم ولی متاسفانه مرحله آخر رو نمی تونم انجام بدم
Create a directory and mount Google Drive using that directory.
!mkdir -p drive
!google-drive-ocamlfuse drive
print 'Files in Drive:'
!ls drive/
Create a file in Drive.
!echo "This newly created file will appear in your Drive file list." > drive/create
و هم برای 'print' ایراد می گیره و هم
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount optionl
ممنونم