From 58ee50892a4b14a32b98385c083f1736b7f809fc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 5 Mar 2024 00:09:09 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : cf0c3f31a34e1d2fb9c248d45de37cf94b47bc40 Branch : md-outputs Author : GitHub Actions Time : 2024-02-16 22:55:01 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : fee164fe26b7ae86ef4164ae02f27e1a59b53236 Branch : main Author : Allen Lee Time : 2024-02-16 22:53:50 +0000 Message : Merge pull request #671 from sborrego/patch-2 fix conditional logic ordering --- 01-run-quit.html | 46 +- 02-variables.html | 92 +- 03-types-conversion.html | 102 +- 04-built-in.html | 93 +- 05-coffee.html | 2 +- 06-libraries.html | 117 +- 07-reading-tabular.html | 59 +- 08-data-frames.html | 328 ++-- 09-plotting.html | 190 ++- 10-lunch.html | 2 +- 11-lists.html | 146 +- 12-for-loops.html | 232 +-- 13-conditionals.html | 266 +-- 14-looping-data-sets.html | 99 +- 15-coffee.html | 2 +- 16-writing-functions.html | 351 ++-- 17-scope.html | 32 +- 18-style.html | 181 +- 19-wrap.html | 2 +- 20-feedback.html | 2 +- 404.html | 4 +- CODE_OF_CONDUCT.html | 2 +- LICENSE.html | 2 +- aio.html | 2288 ++++++++++++------------- design.html | 9 +- discuss.html | 2 +- exercises.html | 2 +- images.html | 11 +- index.html | 4 +- instructor-notes.html | 4 +- instructor/01-run-quit.html | 46 +- instructor/02-variables.html | 92 +- instructor/03-types-conversion.html | 102 +- instructor/04-built-in.html | 93 +- instructor/05-coffee.html | 2 +- instructor/06-libraries.html | 117 +- instructor/07-reading-tabular.html | 59 +- instructor/08-data-frames.html | 330 ++-- instructor/09-plotting.html | 190 ++- instructor/10-lunch.html | 2 +- instructor/11-lists.html | 146 +- instructor/12-for-loops.html | 232 +-- instructor/13-conditionals.html | 266 +-- instructor/14-looping-data-sets.html | 99 +- instructor/15-coffee.html | 2 +- instructor/16-writing-functions.html | 351 ++-- instructor/17-scope.html | 32 +- instructor/18-style.html | 181 +- 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 | 2290 +++++++++++++------------- instructor/design.html | 9 +- instructor/discuss.html | 2 +- instructor/exercises.html | 2 +- instructor/images.html | 11 +- instructor/index.html | 4 +- instructor/instructor-notes.html | 4 +- instructor/key-points.html | 4 +- instructor/profiles.html | 4 +- instructor/reference.html | 44 +- key-points.html | 4 +- pkgdown.yml | 4 +- profiles.html | 4 +- reference.html | 44 +- 67 files changed, 4716 insertions(+), 4740 deletions(-) diff --git a/01-run-quit.html b/01-run-quit.html index d0035198a..62ef2fdc5 100644 --- a/01-run-quit.html +++ b/01-run-quit.html @@ -476,13 +476,12 @@

Objectives

result
  • Type code into the browser and see the results after your JupyterLab server has finished executing your code
  • -
    +
    -
    -

    JupyterLab? What about Jupyter notebooks? -

    +
    +

    JupyterLab? What about Jupyter notebooks?

    JupyterLab is the next stage in the evolution of the Jupyter Notebook. If you have prior @@ -516,7 +515,7 @@

    macOS - Command Line

    BASH

    -
    $ jupyter lab
    +
    $ jupyter lab

    @@ -529,7 +528,7 @@

    Windows Users - Command Line

    BASH

    -
    $ jupyter lab
    +
    $ jupyter lab

    @@ -598,13 +597,12 @@