Skip to content

Commit

Permalink
Adding notebook link for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rlbarter committed Jan 31, 2024
1 parent 411e332 commit 38a64a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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).
8 changes: 4 additions & 4 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 38a64a5

Please sign in to comment.