Skip to content

Why are Pyquil examples stored as .ipynb instead of .md files? #2295

Closed Answered by natestemen
jordandsullivan asked this question in Q&A
Discussion options

You must be logged in to vote

This is a really good question that's not very obvious from looking at our documentation build systems/processes. I'll try my best to give an overview.

Our documentation is written in a flavor of markdown called MyST which is purpose-built for scientific and computational documents. In particular, it is a great format for pages which generate content (i.e. plots, figures, tables, etc) but that content should not be checked in to version control. This allows us to keep notebooks in git while not having to deal with the messiness that comes with diff-ing ipynb files.1

So the question remains: why are these two pyquil demos in ipynb format? In order to run these notebooks, you need to have t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cosenal
Comment options

@natestemen
Comment options

Answer selected by jordandsullivan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
3 participants