Skip to content

Commit b90db8d

Browse files
minor formatting updates
1 parent 8337463 commit b90db8d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

notebooks/notebooksReadme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
Jupyter notebooks are documents that take coding in Python (and potentially other languages) to a whole new level. With a Jupyter notebook, you can:
5+
Jupyter notebooks are documents that take coding in Python (and potentially other languages) to a whole new level. They are technically just fancy JSON files, but with a Jupyter notebook and a compatible IDE, you can:
66

77
1. Write, run and re-run code in a block-by-block basis, while keeping all variables in an active, interactive kernel space. Those blocks are called "cells."
88
2. Combine executable code, rich text, HTML, and even images in a single document, going way beyond standard Python comments and inserting HTML- or Markdown-formatted documentation inline with code in a way that never interferes with the operation of your code.
@@ -47,7 +47,11 @@ To simulate environment variables in Colab, we'll use the `colab-env` module. To
4747
5. Click the link, complete the authentication, and copy the long code it gives you.
4848
6. Paste the code into the form field provided by the code cell, then hit `Enter` or `Return`.
4949
7. You will then get one of the following outputs, depending on whether you've used the module with your Google account before:
50-
![Colab import colab_env output with new vars.env](/.github/images/colab-notebook-colab_env-import-new-instance_Annotation_2020-08-05_163942.png) ![Colab import colab_env output with existing vars.env](/.github/images/colab-notebook-colab_env-import-Annotation_2020-08-05_163815.png)
50+
51+
| ![Colab import colab_env output with new vars.env](/.github/images/colab-notebook-colab_env-import-new-instance_Annotation_2020-08-05_163942.png) | ![Colab import colab_env output with existing vars.env](/.github/images/colab-notebook-colab_env-import-Annotation_2020-08-05_163815.png) |
52+
|:--:|
53+
| *First time* | *When `vars.env` exists* |
54+
5155
8. In a new cell, paste in the following code block, and replace YOUR_API_KEY_HERE with your actual API key:
5256

5357
```python

0 commit comments

Comments
 (0)