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

Your issue content here. ![Image](https://github.com/user-attachments/assets/84d9f243-54bd-45c8-9a8e-e1bef8959ce3)

### Description Margin / sidenote content is an important part of Jupyter Book, as [Tufte CSS recommends](https://edwardtufte.github.io/tufte-css/) (see "Sidenotes: Footnotes and Marginal Notes"). However, the functionality is currently a bit...

enhancement

Can I nest a code-cell under a dropdown cell? i.e. `````` ````{dropdown} title text content ```{code-cell} code content ``` text content ```` `````` There is a warning message ``WARNING: Found...

enhancement

### What happened, and what did you expect to happen? I have leafmap and ipywidgets working locally. I deploy with actions using `myst build --execute --html` ipywidgets work, but map...

bug

I am trying to get the workflow described here https://jupyterbook.org/en/stable/advanced/developers.html working but I'm having difficulties. My main issue is correctly referencing the module from `api.rst`. A working example would be...

1.0

My Python codes on Jupiter Note Book.

It appears that the plotly plot doesn't render in [this section](https://jupyterbook.org/en/stable/interactive/interactive.html#plotly)

This PR bumps the sphinx version to v8, and upgrades myst-parser to a sphinx v8 compatible version. Sphinx dropped Python 3.9, so I dropped it here as well. Only 1...

### What happened, and what did you expect to happen? Screenshot: NOTE: same issue when axis count = 1. Does not happen with `plt.plot`. Matplotlib version 3.10.1. ### What version...

bug