Google Colab 是一种在线 JupyterNotebook
输入以下代码实现对 Google Drive 的链接
from google.colab import drive
drive.mount("gdrive")
其他使用方式和 Jupyter 基本通用,例如感叹号的使用
!ls
!pip install tensorflow==2
Document Information
- Author: Zeka Lee
- Link: https://zhekaili.github.io/wiki/python/python-google%20colab/
- Copyright: 自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)