From 18a86ec191ed45bb5e2532535efc3a5da4ae8ccb Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Sun, 28 Feb 2021 22:00:26 -0800 Subject: [PATCH] Add files via upload --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b57b3..2152912 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project contains **pytudes**—Python programs, usually short, for perfecting particular programming skills. Some programs are in Jupyter (`.ipynb`) notebooks, some in `.py` files. For each notebook you can: -- Click on [c](https://colab.research.google.com) to **run** the file on Colab +- Click on [c](https://colab.research.google.com) to **run** the notebook on Colab - Click on [d](https://deepnote.com) to **run** the notebook on DeepNote - Click on [m](https://mybinder.org) to **run** the notebook on MyBinder - Click on [n](https://nbviewer.jupyter.org/) to **view** the notebook on NBViewer