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

### Describe the bug ![Screenshot 2024-02-07 182028](https://github.com/executablebooks/jupyter-book/assets/22359973/700e62fa-b9b1-4376-a595-f9d21065d16f) ![Screenshot 2024-02-07 181951](https://github.com/executablebooks/jupyter-book/assets/22359973/8e8f335a-da26-47b2-be3a-03f8855f5209) ### Reproduce the bug 1. create jb through: $ jb create mynewbook 2. build: $ jb build mynewbook ### List...

bug

### Describe the bug **context** My team has been making JupyterBooks with educational content in them, which we love and are so happy with! So happy that, in fact, we...

bug

**Describe the bug** I have a notebook repo which for simplicity sake has two notebooks and each notebook references the same citation. Despite using the filter described [here](https://jupyterbook.org/content/citations.html#local-bibliographies) at the...

bug

### Describe the bug **context** I am using the `IPython.display.JSON` function to render JSON data in a Jupyter Notebook. ```{python} IPython.display.JSON(item.to_dict()) ``` JupyterLab renders the data as: ![Screenshot 2024-01-26 at...

bug

Updates the requirements on [sphinx-thebe](https://github.com/executablebooks/sphinx-thebe) to permit the latest version. Release notes Sourced from sphinx-thebe's releases. Sphinx thebe v0.3.0 This is a minor release to remove some unnecessary Sphinx pins...

dependencies
python

Updates the requirements on [myst-nb](https://github.com/executablebooks/myst-nb) to permit the latest version. Release notes Sourced from myst-nb's releases. v1.0.0 - 2023-11-08 (full changelog) New features added FEAT: allow any value for expr...

dependencies
python

Updates the requirements on [docutils](https://docutils.sourceforge.io/) to permit the latest version. You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot...

dependencies
python

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

### Description / Summary - It is fairly standard for table captions to be placed above tables, but the [documentation and example](https://jupyterbook.org/content/references.html#) shows has the caption below the table. Is...

enhancement

Hello all ### Describe the bug When I add to the `_config.yml` file ``` sphinx: recursive_update: true config: pygments_style: pygments.styles.xcode.XcodeStyle ``` I expect the style "xcode" to be used to...

bug