Skip to content

Commit

Permalink
Noteout module for process_notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Nov 18, 2024
1 parent 9c453f0 commit dc67120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ r-version: r-book-jl
# Add JupyterLite on top of given book build.
%-book-jl: %-book
$(PIP_INSTALL_CMD) -r $*-jl-requirements.txt
$(PYTHON) ./scripts/process_notebooks.py \
$(PYTHON) -m noteout.process_notebooks.py \
$(SOURCE_DIR)/_quarto-$*.yml \
_$*_notebooks
$(PYTHON) -m jupyter lite build \
Expand Down
2 changes: 1 addition & 1 deletion noteout

0 comments on commit dc67120

Please sign in to comment.