16-what-is-myst

Last updated on 2025-09-16 | Edit this page

Estimated time: 12 minutes

Overview

Questions

  • How can we build an interactive webpage using Markdown files?
  • How do we initialize myst?
  • What does myst need to run?
  • How do I view mny work?

Objectives

  • Explain what myst is and its benafits
  • Run myst for the first time
  • Check myst requirments
  • View the webpage we built locally

Remember to address feedback from the previous session

Introduction


MyST is an open-source, community-driven project to improve scientific communication, including integrations into Jupyter Notebooks and computational results. (Sourced from mystmd.org’s Project goals)

Inline instructor notes can help inform instructors of timing challenges associated with the lessons. They appear in the “Instructor View”

Challenge

Challenge 1: Can you do it?

OUTPUT

Challenge

Challenge 2: how do you nest solutions within challenge blocks?

You can add a line with at least three colons and a solution tag.

Figures


You can use pandoc markdown for static figures with the following syntax:

![optional caption that appears below the figure](figure url){alt='alt text for accessibility purposes'}

Blue Carpentries hex person logo with no text.
You belong in The Carpentries!
Key Points