jupyter-book
jupyter-book copied to clipboard
Create beautiful, publication-quality books and documents from computational content.
### Context Right now `JB` is a somewhat pinned package that users often install in their existing environments. ### Proposal We should move to an application model whereby JB has...
### Describe the bug **context** After creating Jupyter Book using this cookie-cutter template: https://github.com/executablebooks/cookiecutter-jupyter-book, I was able to push the book to Github (https://github.com/hydroaggie/group_handbook) and saw the live document on...
### Describe the bug **context** Unsure if this is an error within my environment or an actual bug. But JupyterBook fails to evaluate MyST markdown using the `{eval}` syntax. **expectation**...
### Describe the bug **context** When I follow the 'create the first book' tutorial and build the example book ... **expectation** I expected the Markdown Files chapter would have the...
### Context While exploring the option to create a download option for the whole The Turing Way as a PDF document (https://github.com/the-turing-way/the-turing-way/issues/2211), we ran into an issue where the `pyppeteer`...
Good morning, I am trying to add the comments to my page and I am not able to. I have added the corresponding lines to _confi.yml: https://github.com/davidcb98/JupyterBook_plantilla/blob/55d9d5be44e16e1005ab7c919c1ce395acb4fe20/mini_book/_config.yml#L36 I leave here...
Building the Jupyter Book as HTML newly requires a `repository_provider` to add GitLab-Buttons. How to add that? The documentation misses such a setting. Our configuration is ``` ... repository: url:...
attempting to get this over line https://github.com/executablebooks/jupyter-book/pull/1664
Add support to specify tags in `_config.yml`. Requires Jupyter Book processing of the Sphinx object (`app`) in `sphinx_build` to manipulate tags, similar to how `latex_documents` are configured. No support for...
### Describe the bug I just came across this page in the doc https://jupyterbook.org/en/stable/content/metadata.html#adding-tags-using-notebook-interfaces which imho could use a small update since it is about the classic notebook, which fewer...