Skip to content

This repository contains code powering "The Next-Generation Data Science Education with WebAssembly" Quarto website demonstration.

Notifications You must be signed in to change notification settings

coatless-tutorials/next-gen-data-science-education-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Next Generation of Data Science Education with WebAssembly

This repository contains the code powering The Next Generation of Data Science Education with WebAssembly Quarto website demonstration.

Installation

To create your own version of the demonstration, you need to install the following software:

You can install the Quarto Extensions by typing the following commands in your terminal:

quarto add r-wasm/quarto-live
quarto add r-wasm/quarto-drop
quarto add gadenbuie/countdown/quarto
quarto add coatless-quarto/embedio

GitHub Pages

The demonstration is hosted on GitHub Pages using a GitHub Action (publish-website.yml). The action is triggered on every push to the main branch. The action builds the Quarto website and pushes the output to the gh-pages.

Please make sure to enable GitHub Pages in the repository settings, select the GitHub Actions as the source, and check the Enforce HTTPS option.

Setup GitHub Pages for Deploying `quarto-live`