Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Aug 13, 2024
1 parent 48d9dcb commit 258728e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Next-Generation Data Science Education with WebAssembly
# The Next Generation of Data Science Education with WebAssembly

This repository contains the code powering the **[Next-Generation Data Science Education with WebAssembly](https://tutorials.thecoatlessprofessor.com/next-gen-data-science-education/)** Quarto website demonstration.
This repository contains the code powering **[The Next Generation of Data Science Education with WebAssembly](https://tutorials.thecoatlessprofessor.com/next-gen-data-science-education/)** Quarto website demonstration.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project:
output-dir: _site

website:
title: "Next Generation of Data Science Education"
title: "The Next Generation of Data Science Education"
reader-mode: true
repo-url: https://github.com/coatless-tutorials/next-gen-data-science-education
repo-actions: [edit, issue]
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Next Generation of Data Science Education"
title: "The Next Generation of Data Science Education"
subtitle: "Interactive Coding in Web Browsers: A WebAssembly Demonstration"
format:
html:
Expand Down
3 changes: 3 additions & 0 deletions slides/lecture-01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ pyodide:
- scikit-learn
- pandas
- matplotlib
- seaborn
- statsmodels

engine: knitr
---

Expand Down

0 comments on commit 258728e

Please sign in to comment.