jupyter-book
jupyter-book copied to clipboard
Create beautiful, publication-quality books and documents from computational content.
### Describe the bug **context** First time build and publishing was successful. However, for all new files next added I am getting "WARNING: toctree contains reference to nonexisting document" message...
### Describe the problem The doc page https://jupyterbook.org/start/create.html says the `jupyter-book create` command should create the following TOC: ``` # In _toc.yml format: jb-book root: intro chapters: - file: markdown...
### Describe the bug **context** In my _toc.yml file i made multiple chapters with sections, and i want to show specific sides (.ipynb) multiple times in different sections or chapters....
### Describe the bug It's below in sections **context**, **expectation**, and **bug**. But even if the template book would get built it would not help me to get started with...
### Describe the bug **context** I'm running `jupyter-book build . --builder pdfhtml` on a fresh sample created by `jb create`: ``` jb create sample-book cd sample-book jupyter-book build . --builder...
Hi – for the General Index, there's a section on how to create `genindex.md` and add the page to the table of contents: https://jupyterbook.org/en/stable/content/content-blocks.html#add-the-general-index-to-your-table-of-contents I was wondering how to go...
### Describe the problem When I add or modify the `title` section of a `file` in `_toc.yml`, jupyterbook does not include this update when building the pages. When I modify...
### Describe the bug **context** I created * source files of a Jupyter Book skeleton from TOC and * the Jupyter Book skeleton itself in subfolder _build/ of book/ **expectation**...
### Context I was trying to make a simple customization: I want the content column wider relative to the left and right panels, and also to make the entire page...
**Is your feature request related to a problem? Please describe.** When users click an image in a jupyter book (regardless of how it is added), they are taken to a...