We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7704f0 commit f80072fCopy full SHA for f80072f
Makefile
@@ -43,7 +43,7 @@ r-version: r-book-jl
43
# Add JupyterLite on top of given book build.
44
%-book-jl: %-book
45
$(PIP_INSTALL_CMD) -r $*-jl-requirements.txt
46
- $(PYTHON) -m noteout.process_notebooks.py \
+ $(PYTHON) -m noteout.process_notebooks \
47
$(SOURCE_DIR)/_quarto-$*.yml \
48
_$*_notebooks
49
$(PYTHON) -m jupyter lite build \
0 commit comments