jupyter-book
jupyter-book copied to clipboard
Create beautiful, publication-quality books and documents from computational content.
### Describe the bug   ### Reproduce the bug 1. create jb through: $ jb create mynewbook 2. build: $ jb build mynewbook ### List...
### 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...
**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...
### 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:  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...
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...
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...
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....
### 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...
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...