Google Colaboratory vs Google Datalab. How are they different?

非 Y 不嫁゛ 提交于 2019-12-02 20:52:29

Jupyter is the only thing these two services have in common.

Colaboratory is a tool for education and research. It doesn’t require any setup or other Google products to be used (although notebooks are stored in Google Drive). It’s intended primarily for interactive use and long-running background computations may be stopped. It currently only supports Python.

Cloud Datalab allows you to analyse data using Google Cloud resources. You can take full advantage of scalable services such as BigQuery and Machine Learning Engine to analyse, manipulate and visualise data. You can use it with Python, SQL, and JavaScript.

Google Colaboratory is free. But, you are limited to one spec of cpu/ram/disk/gpu.

Google Datalab is paid. You pay for whatever specs you want.

The notebook interface is also a bit different between the two.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!