issues
search
LearnToDiscover
/
sandpaper
L2D's fork of {sandpaper}
https://learntodiscover.github.io/sandpaper/
Other
0
stars
1
forks
source link
Use `jupytextR` to handle ipynb building
#30
Closed
milanmlft
closed
1 year ago
milanmlft
commented
1 year ago
Fixes #22
Use
jupytextR::jupytext()
to handle episode conversion to
ipynb
instead of
render_ipynb()
Build ipynb files from the RMarkdown files instead of the
.md
files, this should preserve executable code chunks
Only convert the actual episodes, not the additional pages
Add tests
Fixes #22
jupytextR::jupytext()
to handle episode conversion toipynb
instead ofrender_ipynb()
.md
files, this should preserve executable code chunks