jupyter-book
jupyter-book copied to clipboard
Create beautiful, publication-quality books and documents from computational content.
### Describe the bug **context** Rendered documentation has broken links (.md in URL instead of .html) **expectation** I cannot reproduce this on a local build with current master, however I'm...
**Is your feature request related to a problem? Please describe.** If the code fails to execute, the user faces ```bash WARNING: Execution Failed with traceback saved in _build/html/reports/content.log ``` This...
### Context Is there a setting to remove the download button (for .ipynb, .md, .pdf) from the html output? ### Proposal _No response_ ### Tasks and updates _No response_
### Description The html files created when the book is build contain the code below that is not implemented in the code and even worse: It overwrites my own defined...
### Describe the bug **context** When I disable the default binder link in `_config.yml`: ```yaml launch_buttons: binderhub_url: "" ```` **expectation** I expected the launch button to disappear. **bug** But instead...
### Context I'm working on a project with jupyter-book, so I went through the tutorials to deploy it on readthedocs.io. However, I encountered a few difficulties, so I'm sharing my...
The synchronized tabs example doesn't work: the tabs aren't synced. The JS console console shows this: ``` Uncaught TypeError: sd_labels_by_text[syncId] is not iterable at HTMLLabelElement.onLabelClick (design-tabs.js:20:34) onLabelClick @ design-tabs.js:20 ```
[BUG] In Firefox links to references stored in a dropdown do not work unless the dropdown is opened
### Describe the bug related to https://github.com/agahkarakuzu/oreoni/issues/4 **context** When I click on a link to a reference that is "stored" in a dropdown section on the same page. **expectation** I...
### Context Right now, turning on the collapsable sidebar(right-hand-side TOC) seems to be the only option, however, - For some pages, my readers would prefer to only see the sections...
### Context According to my best knowledge and summary at https://github.com/orgs/executablebooks/discussions/220#discussioncomment-3284310, there is currently no way for Jupyter Book CLI to pass the configuration overrides to sphinx (i.e., all configurations...