Skip to content

Commit

Permalink
Try building into notebooks directory
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Jul 10, 2024
1 parent af105f5 commit 5967e6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion noteout
4 changes: 3 additions & 1 deletion source/_quarto.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5967e6e

Please sign in to comment.