LogoDuyệtSr. Data Engineer
HomeAboutPhotosInsightsCV

Footer

Logo

Resources

  • Rust Tiếng Việt
  • /archives
  • /series
  • /tags
  • Status

me@duyet.net

  • About
  • LinkedIn
  • Resume
  • Projects

© 2026 duyet.net | Sr. Data Engineer | 2026-02-27

Colaboratory - phiên bản custom của Jupyter Notebook từ Google

Note: This post is over 9 years old. The information may be outdated.

Colaboratory là phiên bản Jupyter Notebook được Google update lại, nhiều chức năng hay hơn nhất là khả năng cộng tác tương tự Google Docs. Code được lưu trong Google Drive, sử dụng miễn phí backend máy ảo của Google.

Những đặc điểm mình có thể thấy khi sử dụng phiên bản Jupyter notebook của Google này như sau:

Code cộng tác nhiều người trên 1 notebook, có comment như Google Docs

Cấu hình máy khoảng 14GB RAM. Hơn 40GB disk.

Có cài sẵn tensorflow và nhiều thư viện khác, hỗ trợ Code Snippets, có thể load được data từ Google Drive, Big Query, ...

Mấy anh Google còn khá là tâm lý khi dẫn hẳn 1 link đến Stack Overflow khi có error :))

Có history, info notebook, executed code, ...

Code từ Cola có thể import hoặc export ra file .ipynb, tương thích hoàn toàn với Jupyter.
Với mình Colaboratory khá là hay và tiện, nhất là còn thể sử dụng tài nguyên miễn phí và mạnh của Google.

Thử sử dụng Colaboratory tại đây nhé: https://colab.research.google.com

Nov 7, 2017·8 years ago
|Web|
Data EngineeringGoogleData Science
|Edit|

Related Posts

Deploy Deep Learning model as a web service API

Trong bài này mình sẽ hướng dẫn deploy 1 model Deep learning, cụ thể là Keras dưới dạng một web service API. Sử dụng Flask framework python và Redis server như một Messeage Queue.

Jul 21, 2018·8 years ago
Read more

R trên Jupyter Notebook (Ubuntu 14.04 / 14.10 / 16.04)

Jupyter Notebook là công cụ khá mạnh của lập trình viên Python và Data Science. Nếu dùng R, Jupyter cũng cho phép ta tích hợp R kernel vào Notebook một cách dễ dàng.

Nov 22, 2016·9 years ago
Read more

Migrate to Cloudflare Pages

Cloudflare just released the Pages, with the most generous free tier, it is all set to compete with Netlify on this front. I just to try it out in this blog.

May 1, 2021·5 years ago
Read more

TL;DR - ES2020: Nullish Coalescing

Nullish coalescing (??) adds the ability to truly check nullish values instead of falsey values.

Jun 28, 2020·6 years ago
Read more