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
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.
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.
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.
TL;DR - ES2020: Nullish Coalescing
Nullish coalescing (??) adds the ability to truly check nullish values instead of falsey values.




