jupyter-book
jupyter-book copied to clipboard
Create beautiful, publication-quality books and documents from computational content.
**Describe the bug** The documentation states that the `title` key overrides the automatic title (https://jupyterbook.org/customize/toc.html#specifying-alternate-titles). However, the `title` key does not work for the first page in the TOC. For...
### Describe the problem/need and solution Currently, the `launch_buttons` setting for `notebook_interface` supports `jupyterlab` and `classic` options. It would be useful to also be able to specify `retrolab`. ### Guide...
### Context I work on some fairly technical documents, where we basically have two modes of writing: 1) Reference and explanation; 2) Some technical hand-holding for new users. For example,...
Currently, `jupyter-book` uses `sphinxcontrib-bibtex` for creating citation keys in text using the `cite` directive. However, for academic citations (at least for my field) the convention is to use an author,...
### Describe the bug **context** I am trying to display markdown text (scraped from wikipedia and run through pandoc) in a jupyter book; it has multiple levels of headings. The...
### Describe the bug **Context** In my current work I have been using $$ ... \tag{}\label{} $$ in order to refer an equation through $\eqref{}$. However, this produces the text...
### Describe the bug **context** I'm trying to build a pdf using latex by running ``` jupyter-book build mybookname/ --builder pdflatex ``` **expectation** I expected a pdf of the whole...
### Describe the bug I'm currently trying to implement sphinx-hoverxref in my Jupyter Book and I can't make it work. I'm mostly interested in the {term} part of hoverxref. When...
It'd be *really* cool to have an option to set up a book using the Tufte layout. The font is beautiful and the layout is designed for better reading of...
### Describe the bug **context** There is currently an issue with scheduled windows testing of the `docs` build with relative references in `references/_changelog.md` which is important the CHANGELOG.md file from...