diff --git a/README.md b/README.md index 8c22dac..da9f99a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/_quarto.yml b/_quarto.yml index 03632a2..75057a2 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -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] diff --git a/index.qmd b/index.qmd index 7f7a44a..290935c 100644 --- a/index.qmd +++ b/index.qmd @@ -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: diff --git a/slides/lecture-01.qmd b/slides/lecture-01.qmd index d0c36ff..cfbc228 100644 --- a/slides/lecture-01.qmd +++ b/slides/lecture-01.qmd @@ -12,6 +12,9 @@ pyodide: - scikit-learn - pandas - matplotlib + - seaborn + - statsmodels + engine: knitr ---