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 If I have a page with the following code: ~~~markdown # test ```{python} from IPython.display import display, Markdown display(Markdown('$y$')) ``` ~~~ It renders correctly in the...

bug

One of the benefits of Sphinx using a "regular" Python file for its configuration (`conf.py`) is that you can also trigger extra actions along with your build process. For example,...

enhancement

### Describe the bug **context** I added `parse.myst_enable_extensions.substitution` to `_config.yml` while fiddling with #2067 and that caused callout styling to break. I swapped `substitution` with `html_image` and then `foo` but...

bug

### Describe the bug **context** In my `_config.yml` I have: ```yml title: Stat 999 author: Fernando Perez execute: execute_notebooks: force parse: myst_substitutions: key: value staff_name: "Fernando Pérez" staff_role: Instructor staff_email:...

bug

### Describe the bug **context** `jupyter-book build --builder dirhtml` **expectation** ```html ``` **bug** But instead this happens: ```html ``` **problem** This is a problem e.g. for people using utterances comments,...

bug

### Describe the problem While creating a table, e.g. with ```{list-table} My title from {cite}\`my-citation` :header-rows: 1 :name: "my-table" * - Column1 - Column 2 * - data 1 -...

bug

### Describe the bug **context** When I cite something in a caption, e.g. ``` :::{figure-md} bla {cite}`holdgraf_evidence_2014` ::: and try to build a pdf (--builder=pdflatex, xelatex flavored) ``` **expectation** I...

bug

A few folks have asked whether they can *disable* the page download button. This is possible in the theme, as documented here: https://sphinx-book-theme.readthedocs.io/en/latest/configure.html?highlight=use_download_button#download-page-button but, it's not documented in jupyter book....

documentation

In section on Github Actions - The example YAML refers to Master this needs to be changed to Main to reflect Github changes made to branch naming conventions. Needed for...

Hi, (Apologies for being a bit verbose.) Is it possible to have section headers in the sidebar that are links to section anchors? Thus, section headers that point to e.g....

enhancement
good first issue