jupyter-book
jupyter-book copied to clipboard
Create beautiful, publication-quality books and documents from computational content.
### Describe the problem/need and solution Currently we use a static configuration file (`_config.yml`) for all of the book's configuration. However, there are some cases where you want to dynamically...
### Context Read the docs button on the instructions website only shows "latest" and "stable" as available versions. I'm using 0.10.0 for my project (tried to upgrade but ran into...
### Context First of all, I'd like to thank you for the amazing work! jupyter-book is super easy to use and produces really good results 🙂 I would like to...
Content authors can add schema.org, OpenGraph, and Twitter Cards metadata - Book-level metadata (defaults?) - Page/Chapter/Section-level metadata (overrides?) **Describe alternatives you've considered** is it already possible to include raw HTML?...
You need to add the following configuration to activate social media previews of the book: ``` html: baseurl: https://your-url.org ``` We should document this!
In many cases, people want to share a single self-contained HTML file with others that "just works". This isn't currently possible because our HTML builds a *collection* of HTML assets,...
### Describe the problem Custom css to format adomitions stopped working between jupyter-book 0.11.1 and current release on pipy. I have jupyter book 0.11.1 installed locally and it looks like...
### Describe the problem During some updates on `quantecon` projects we noticed that `mathjax` objects are not created for `html` output when using `sphinx==3.2.1` and presents the math as raw...
### Context Need something like . Collect a group of jupyter notebook and a cell's output as gallery image. ### Proposal _No response_ ### Tasks and updates _No response_
### Describe the bug When I type: `- file: notebooks/asdf_example/asdf_example.ipynb title: ASDF Example` The result pulls from the title of the notebook instead. Where the notebook is located: https://github.com/spacetelescope/jdat_notebooks/blob/main/notebooks/asdf_example/asdf_example.ipynb I...