From 38a64a59a91adf6082ee74ae5a426de7e865e865 Mon Sep 17 00:00:00 2001 From: Rebecca Barter Date: Wed, 31 Jan 2024 09:44:46 -0700 Subject: [PATCH] Adding notebook link for test --- README.md | 8 +++++++- index.qmd | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e486def..14cc2f0 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,10 @@ If you created a new repository, you need to set Settings > Pages > Branch setti To make changes to the website, you can then make changes in the **main branch**, render your changes in your local version, and then push the changes to GitHub. The website should automatically update within a few minutes. -For help publishing using GitHub pages with Quarto see: https://quarto.org/docs/publishing/github-pages.html \ No newline at end of file +For help publishing using GitHub pages with Quarto see: https://quarto.org/docs/publishing/github-pages.html + +### Content Notebooks + +The content notebooks in this repo have been uploaded to Google Colab, and the links provided on the webpage are "Viewer" only links. Learners will need to make a copy of the notebook to work in it. Also ensure that they have the data files when relevant. + +To make changes to the notebook files, you will need to explicitly modify the version on Google Colab (modifications to the notebook files that live in this repo will *not* be reflected in the Colab version). \ No newline at end of file diff --git a/index.qmd b/index.qmd index 9d0a28f..65f7c38 100644 --- a/index.qmd +++ b/index.qmd @@ -35,10 +35,10 @@ subtitle: "University of Utah" ### Day 1 -| Time | Topic | -| -------------:|:-------------| -| 9:00 am | Introduction and Setup | -| 9:30 am | Variables | +| Time | Topic | Incomplete notebook | Complete notebook | +| -------------:|:-------------|:---------------|:-----------------| +| 9:00 am | Introduction and Setup | | | +| 9:30 am | Variables | [01_variables.ipynb](https://drive.google.com/file/d/1pRt-Q1Wgv1JjwsjtkjXtXYQvXCRubi5O/view?usp=sharing) | | | 10:00 am | Types | | 10:30 am | Morning Break | | 11:00 am | Type conversions |