You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get started with Google Colab, go to <urlhref="https://colab.research.google.com/"/>.
41
+
You should see a welcome screen that allows you to create a new notebook,
42
+
open an example notebook, or load a notebook from Google Drive or GitHub.
43
+
</p>
44
+
<p>
45
+
You may open <urlhref="https://colab.research.google.com/drive/1xTAUoxWmz1pWdGVuCMP5UYZkN_ASToqr?usp=sharing">this sample notebook</url> in Google Colab.
46
+
This notebook provides a Python simulation of the famous <em>birthday problem</em>.
47
+
Observe that the notebook contains both Markdown cells and code cells, as described in <xrefref="sec-cells"/>.
48
+
To run a code cell, first click in the cell, then either click the "play" symbol at the left of the cell or press SHIFT-ENTER.
49
+
The first time you run a code cell, Colab will start a Python runtime environment
50
+
(a <em>kernel</em>, as described in <xrefref="sec-jupyter-kernel"/>), which only takes a few seconds to start up.
0 commit comments