Replies: 1 comment 6 replies
-
Heya, yep it does execute the cells: the page you point to is an rmd that has been read and executed by jupyter-book. Perhaps your configuration is incorrect for execution |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I would like to build a book that's made mostly of python notebooks + one/two notebooks in Rmarkdown.
I came across about this bit on the docs about telling sphinx how to deal with
Rmd
, however, this doesn't actually run the cells. It treats the document as amd
file with code blocks.It might be a stretch, but is there a way to execute
Rmd
when building? Alternatively, could one runRmd
in RStudio and then add the generatedhtml
file?Thanks! Ondrej
Beta Was this translation helpful? Give feedback.
All reactions