jupyter-book
jupyter-book copied to clipboard
Create beautiful, publication-quality books and documents from computational content.
Your issue content here. 
### 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...
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...
### 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...
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...
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...