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

hey @broncio123 - could you open up a new issue if you've got a question? I believe this issue is targeted for displaying figures in both myst-markdown and jupyter interfaces...

enhancement

I didn't find this useful tip (change the class of an admonition) in the documentation. See https://jupyterbook.org/en/stable/interactive/hiding.html?highlight=admonition#toggle-admonition-content-with-dropdowns and https://jupyterbook.org/en/stable/advanced/html.html?highlight=admonition#an-example-custom-admonitions for related but different things.

This PR was initiated by @cadr and just making a local branch version here for additional updates: - [x] pin `msyt-nb` to `0.16` - [x] update `sphinx-jupyterbook-latex` to support improvements...

:label: MyST-NB

This pins myst-nb to 0.16 and fixes tests. Note that it does **not** yet - Update the documentation to reflect the breaking changes - Update the documentation to reflect the...

It appears that TeX macros defined following [the example](https://jupyterbook.org/en/stable/advanced/sphinx.html#defining-tex-macros) are not included in the latex created by `jb build mybookname/ --builder latex` as described [here](https://jupyterbook.org/en/stable/advanced/pdf.html). Specifically, I have a line...

### Context I would like to have a chapter that is not clickable and does not contain an "intro" file. For now, I have to specify a file like this:...

enhancement

### Describe the bug **context** When I have a .html file `pres.slide.html` in a directory `my-great-presentation` next to a markdown file, I try to create a link with `[my great...

bug

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1. Release notes Sourced from codecov/codecov-action's releases. 3.1.1 What's Changed Update deprecation warning by @​slifty in codecov/codecov-action#661 Create codeql-analysis.yml by @​mitchell-codecov in codecov/codecov-action#593 build(deps): bump...

dependencies
github_actions

### Describe the problem When running the dirhtml build option, the root index.html doesn't change to point to the `/{rootName}/index.html`, instead it just points directly to `/{rootName}.html`. ### Link to...

bug