Skip to content

Commit

Permalink
Merge pull request #173 from GESIS-Methods-Hub/enable-execution
Browse files Browse the repository at this point in the history
Enable execution of Jupyter Notebook
  • Loading branch information
rgaiacs authored Jul 28, 2023
2 parents e17431e + 7528a59 commit 66d07ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions inst/docker-scripts/ipynb2md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cd $dirname2render

quarto \
render ${basename2render} \
--execute \
--to markdown \
--output index.md \
--metadata "prefer-html:true" \
Expand Down
1 change: 1 addition & 0 deletions inst/docker-scripts/qmd2md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cd $dirname2render

quarto \
render ${basename2render} \
--execute \
--to markdown \
--output index.md \
--metadata "prefer-html:true" \
Expand Down

0 comments on commit 66d07ce

Please sign in to comment.