python 谷歌Colab

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 谷歌Colab相关的知识,希望对你有一定的参考价值。


pip install jupyter_http_over_ws
jupyter serverextension enable --py jupyter_http_over_ws
jupyter notebook --NotebookApp.allow_origin='https://colab.research.google.com' --port=8888 --NotebookApp.token='' --NotebookApp.disable_check_xsrf=True --NotebookApp.allow_origin="*"

from google.colab import drive
drive.mount('/content/drive/')
!ls "/content/drive/My Drive/"

#Download Titanic Dataset (.csv File) and Display First 5 Rows
!wget https://raw.githubusercontent.com/vincentarelbundock/Rdatasets/master/csv/datasets/Titanic.csv -P "/content/drive/My Drive/app"

以上是关于python 谷歌Colab的主要内容,如果未能解决你的问题,请参考以下文章

谷歌Colab没有加载

如何打开保存在文件中的笔记本,谷歌Colab。

如何在 Google 的 Colab 中安装 Python 包?

如何将图像从谷歌驱动器导入谷歌 colab

将本地文件导入谷歌 colab

谷歌 Colab 存储