From 5967e6e23448a387dce7cd0c4fab47d21d4a58d1 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Wed, 10 Jul 2024 20:07:27 +0100 Subject: [PATCH] Try building into notebooks directory --- Makefile | 2 +- noteout | 2 +- source/_quarto.yml.template | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 92b89565..db2ab92d 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ python-book: ninja-config python-book-jl: python-book # Jupyter-lite files for book build. $(PIP_INSTALL_CMD) -r py-jl-requirements.txt - $(PYTHON) -m jupyter lite build --contents $(PYTHON_BOOK_DIR)/notebooks --output-dir $(PYTHON_BOOK_DIR)/jupyterlite + $(PYTHON) -m jupyter lite build --contents $(PYTHON_BOOK_DIR)/notebooks --output-dir $(PYTHON_BOOK_DIR)/notebooks r-book: ## Build the R version of the book r-book: ninja-config diff --git a/noteout b/noteout index 7a25f6e6..7eea9898 160000 --- a/noteout +++ b/noteout @@ -1 +1 @@ -Subproject commit 7a25f6e60149a5a15121995beb35fb2e76b3f784 +Subproject commit 7eea98981069a77402692ac268802daed8856d14 diff --git a/source/_quarto.yml.template b/source/_quarto.yml.template index d430f2a2..d6be2003 100644 --- a/source/_quarto.yml.template +++ b/source/_quarto.yml.template @@ -84,7 +84,9 @@ noteout: nb-flatten-divspans: {nb_flatten_divspans} nb-format: {nb_format} strip-header-nos: false - binder-url: https://resampling-stats.github.io/python-book/jupyterlite/lab/index.html?path= + binder-url: https://resampling-stats.github.io/python-book/notebooks/lab/index.html?path= nb-dir: notebooks # This allows the interact link directory to differ from that for the download link. link-nb-dir: null + +https://resampling-stats.github.io/python-book/jupyterlite/lab/index.html?path=/paired_differences_solution.ipynb