Skip to content

Commit 6db463b

Browse files
authored
Rewrite Google Colab resource to emphasize GPU computation
Previously, it was unclear why this was a data science resource. This version states that Colab offers GPU computation and that it can be used for deep learning, which is the reason. Also fixes abrupt change in sentence structure ("a ... Jupyter Notebook which supports e.g. !apt-get"; "e.g." unexpected). Also, expressions in backticks (apt-get) won't be rendered as code, though since Colab is mostly a beginner sandbox, I don't think the word "Debian" will often be known.
1 parent 09fb2a4 commit 6db463b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pydis_site/apps/resources/resources/google_colab.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
description: Google Colab is a high-powered custom version of Jupyter Notebook which supports e.g.
2-
!apt-get to install arbitrary Debian packages to the runtime, which is very generous with CPU and memory,
3-
and well-integrated with Google Drive.
4-
You can share your Colab Notebooks with other people and work collaboratively.
1+
description: Google Colab is a custom version of Jupyter Notebook that runs code in the cloud, allowing you to
2+
share your Colab notebooks with other people and work collaboratively.
3+
Colab offers a generous amount of memory and computation time for free, and allows you to run programs on GPUs,
4+
making it a great deep learning sandbox for beginners.
55
name: Google Colab
66
title_url: https://colab.research.google.com/notebooks/intro.ipynb
77
tags:

0 commit comments

Comments
 (0)