From e74e159893930dbddd076211c2587343c4b034e8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 24 Oct 2023 00:12:14 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : 68427521c402d1e6e4baa075d77128c3b0a24345 Branch : md-outputs Author : GitHub Actions Time : 2023-08-29 21:27:31 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 33dc42b3f133306bf51285c50f264d0c1e76fa1c Branch : main Author : Allen Lee Time : 2023-08-29 21:26:03 +0000 Message : Merge pull request #662 from alee/fix_many_ways_of_access_challenge fix: correct challenge formatting --- 01-run-quit.html | 14 ++-- 02-variables.html | 2 +- 03-types-conversion.html | 16 ++--- 04-built-in.html | 10 +-- 05-coffee.html | 2 +- 06-libraries.html | 2 +- 07-reading-tabular.html | 10 +-- 08-data-frames.html | 16 ++--- 09-plotting.html | 2 +- 10-lunch.html | 2 +- 11-lists.html | 2 +- 12-for-loops.html | 22 +++--- 13-conditionals.html | 10 +-- 14-looping-data-sets.html | 8 +-- 15-coffee.html | 2 +- 16-writing-functions.html | 2 +- 17-scope.html | 2 +- 18-style.html | 6 +- 19-wrap.html | 2 +- 20-feedback.html | 2 +- 404.html | 4 +- CODE_OF_CONDUCT.html | 2 +- LICENSE.html | 2 +- aio.html | 98 +++++++++++++------------- design.html | 2 +- discuss.html | 2 +- exercises.html | 2 +- images.html | 4 +- index.html | 4 +- instructor-notes.html | 4 +- instructor/01-run-quit.html | 14 ++-- instructor/02-variables.html | 2 +- instructor/03-types-conversion.html | 16 ++--- instructor/04-built-in.html | 10 +-- instructor/05-coffee.html | 2 +- instructor/06-libraries.html | 2 +- instructor/07-reading-tabular.html | 10 +-- instructor/08-data-frames.html | 18 ++--- instructor/09-plotting.html | 2 +- instructor/10-lunch.html | 2 +- instructor/11-lists.html | 2 +- instructor/12-for-loops.html | 22 +++--- instructor/13-conditionals.html | 10 +-- instructor/14-looping-data-sets.html | 8 +-- instructor/15-coffee.html | 2 +- instructor/16-writing-functions.html | 2 +- instructor/17-scope.html | 2 +- instructor/18-style.html | 6 +- instructor/19-wrap.html | 2 +- instructor/20-feedback.html | 2 +- instructor/404.html | 4 +- instructor/CODE_OF_CONDUCT.html | 2 +- instructor/LICENSE.html | 2 +- instructor/aio.html | 100 +++++++++++++-------------- instructor/design.html | 2 +- instructor/discuss.html | 2 +- instructor/exercises.html | 2 +- instructor/images.html | 4 +- instructor/index.html | 4 +- instructor/instructor-notes.html | 4 +- instructor/key-points.html | 4 +- instructor/profiles.html | 4 +- instructor/reference.html | 2 +- key-points.html | 4 +- pkgdown.yml | 2 +- profiles.html | 4 +- reference.html | 2 +- 67 files changed, 271 insertions(+), 271 deletions(-) diff --git a/01-run-quit.html b/01-run-quit.html index 89687c8ad..0c0fafd2d 100644 --- a/01-run-quit.html +++ b/01-run-quit.html @@ -727,7 +727,7 @@

Show me the solution

-
+

After creating the necessary tabs, you can drag one of the tabs to the center of a panel to move the tab to the panel; next you can @@ -794,7 +794,7 @@

Show me the solution

-
+

Command mode has a grey border and Edit mode has a blue border. Use Esc and Return to switch between modes. You need @@ -958,7 +958,7 @@

Show me the solution

-
+

This challenge integrates both the numbered list and bullet list. Note that the bullet list is indented 2 spaces so that it is inline with @@ -1001,7 +1001,7 @@

Show me the solution

-
+

Python returns the output of the last calculation.

@@ -1046,7 +1046,7 @@

Show me the solution

-
+

The Python code gets treated like Markdown text. The lines appear as if they are part of one contiguous paragraph. This could be useful to @@ -1086,7 +1086,7 @@

Show me the solution

-
+

The notebook shows the equation as it would be rendered from LaTeX equation syntax. The dollar sign, $, is used to tell @@ -1203,7 +1203,7 @@

Keypoints