jupyter-book
jupyter-book copied to clipboard
Create beautiful, publication-quality books and documents from computational content.
_Edit_: Published gh-pages of demo repo: https://phispel.github.io/dropdown-height-bug ## Describe the bug ### Context The dropdown admonition format is great for our purposes, for example [here](https://hbrs-cse.github.io/Modellbildung-und-Simulation/07_num_ode/01_intro_RK/04_oscillation_and_vdpol.html) ### Expectation When including an...
### Describe the bug **context** When I add `navigation_with_keys: True` or `False` to ```yaml sphinx: config: html_theme_options: navigation_with_keys: true ``` in `_config.yml`, the repository buttons dissapear **expectation** I expected Github...
### Describe the bug **context** I'm using v0.15.1. I'm trying to generate content dynamically from within python cell. Usually what works well, and does, in the case of normal markdown,...
### Describe the bug On https://jupyterbook.org/en/stable/intro.html the titles of the cards have very low constrast with the background (~grey on white) when using dark mode: ### Reproduce the bug Visit...
The "contents" menu, that should be in the right sidebar, is displayed at the bottom of the page. Perhaps an update installed the wrong version of docutils? After a recent...
Your issue content here.
### Describe the bug The widget demo on the jupyter-book [ipywidgets page](https://jupyterbook.org/en/stable/interactive/interactive.html#ipywidgets) doesn't seem to be working. I also copied the code, ``` import ipywidgets as widgets widgets.IntSlider( value=7, min=0,...
Minimal example: ```python import plotly.graph_objects as go fig = go.Figure( go.Scatter(x=[1,2,3], y=[1,3,2] ) ) fig.add_annotation(text=r'$E=mc^2$', showarrow=False, font=dict(size=20)) fig.show() ``` Put it into a `ipynb` notebook, then try to render it...
### Describe the bug **context** When titles in a jupyter book comprise symbols, the TOC rendered from md-files differs from TOC rendered from ipynb-files **expectation** I expected the TOC to...
### Describe the bug When I do "print to pdf" in the jupyter-bool html, the pdf is rendered with a text "skip to main content" at the end of every...