jupyter-book icon indicating copy to clipboard operation
jupyter-book copied to clipboard

Create beautiful, publication-quality books and documents from computational content.

Results 345 jupyter-book issues
Sort by recently updated
recently updated
newest added

### Context I have a use case to apply custom transformation on notebooks - add / remove cells, change content of cells etc. It would be great to have a...

enhancement

I am trying to build a book website with ~4500 pre-process notebooks. I have `execute_notebooks: "off"` in my configs. The writing output `%` is useful, however, I do not have...

### Describe the problem I would like to pre-process my `ipynb` files and have created a package that does so. The approach is described in [Custom notebook formats and Jupytest](https://jupyterbook.org/file-types/jupytext.html?highlight=custom_formats)....

bug

### Describe the problem When compiling the book to pdf, if there is math inserted with `dollarmath` (i.e. inside `$$`), the TOC/Contents page at the beginning of the book is...

bug

### Context If there are big and many notebooks, then `jb build .` can take too much time. Specially when building notebooks is a part of a recurring automated process...

enhancement

### Context like google analytics ### Proposal _No response_ ### Tasks and updates _No response_

enhancement

### Describe the problem/need and solution **Context** For internal sites, adding a copyright does not always make sense and adds a little bit of distraction in the footer. I'd like...

enhancement

I have a mixture of interactive and non-interactive figures in my jupyter book. I'd like to be able to reference the interactive ones in the same way as the others....

enhancement

### Context I use __file__ to save cache and to speed up execution. However this variable seems lost when run with ipykernel+jupytext ```{code-cell} :load: catsmile/c8002_haiku_example.py :tags: [output_scroll,skip-execution] ``` ```python import...

enhancement

**Is your feature request related to a problem? Please describe.** It would be nice to have support for building versions of a book so that books used for courses, for...

enhancement