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

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

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

### Describe the problem I'm working on internal documentation, and would like to render notebooks automatically, but there's no need to launch them with something like Binder. When I add...

bug

As commented in #1345, it's the pull request for the correction of the raised points

### Describe the bug **context** When I change the table of contents in the _toc.yml file (for example adding a chapter to a part) and I rebuild the book, on...

bug

### Describe the bug My book is written in French. So I configure `_config.yml` by adding: ``` sphinx: extra_extensions: config: language: fr ``` The tag `` appears in the source...

bug

Just an example/idea for another section under https://jupyterbook.org/publish/web.html - **Working repository** example: [NikosAlexandris/jupyter-book-example](https://gitlab.com/NikosAlexandris/jupyter-book-example) - **Working site** example: [nikosalexandris.gitlab.io/jupyter-book-example/intro.html](https://nikosalexandris.gitlab.io/jupyter-book-example/intro.html)

### Describe the bug I deployed Jupyter-book on Netlify with `.md` and `.ipynb` files. But there are warnings for all `{tableofcontents}` markdown files. For example, - [S1D00-getting-started.md](https://github.com/kevin7lou/Statistics-and-Data-Analysis-in-Python/blob/master/doc/Python-for-Data-Analysis/S1D00-getting-started.md?plain=1) has `{tableofcontents}`. -...

bug

updates: - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4)

### Describe the bug When inserting a figure, the figure image is not clickable if the height parameter is not specified. I would expect the image to be clickable even...

bug

As far as I can tell, a number of documented options MyST parser are actually ignored by Jupyter Book's config file parser. I noticed this for the following two: -...

**Summary**: This solves [diagnosis #3 described here](https://github.com/orgs/executablebooks/discussions/791). **Explanation**: `conf.py` generated by `jupyter book config` does not include a necessary extension `sphinx_multitoc_numbering` when `use_multitoc_numbering` is set to true. This causes inconsistency...