A centralized repository of adoptable data science courses, including Canvas shells, autograders, and links to our edX offerings.
Run the site on localhost from the repo root (the folder that contains myst.yml). If you see "No site configuration found", you're in the wrong directory or myst.yml is missing.
One-time install (choose one):
- npm:
npm install -g mystmd - pip:
pip install mystmd
Start the dev server:
myst startAfter you quit, start it again with the same command: myst start.