jupyter-book
jupyter-book copied to clipboard
Create beautiful, publication-quality books and documents from computational content.
### Describe the bug I have latex in my formatted DataFrame. When I run the code cell in `jupyter-lab` the latex gets correctly rendered:  However, when I build the...
### Context Currently, we pin MyST-NB to 0.13 here: https://github.com/executablebooks/jupyter-book/blob/f7d1e42ffab244432f2bd803413c3de275504ffa/pyproject.toml#L36 However, it has since made a few releases and is [now at 0.16](https://github.com/executablebooks/MyST-NB/releases/tag/v0.16.0). I'm not sure what exactly has changed...
### Describe the bug **context** When modifying the `_config.yml` file to include a custom `sphinx:config:latex_documents` list, the jupyter-book build command fails. **expectation** I expected a document to be generated. **bug**...
### Describe the bug I would like a new list to be numbered starting with 5 if 5 is specified: 5. Подготовка **стенда**: - [x] стенд включает все архитектурные элементы...
### Describe the bug I am trying to use `myst_substitutions` to replace text within a directive, and within html code. I know to specify the substitution in the `_config.yml`: ```...
### Context Currently, we make it possible to generate PDFs _via the HTML_ using the `pyppetteer` package. We do that in this module: https://github.com/executablebooks/jupyter-book/blob/91b52c4e872956cba774088bbb2d29451c000b89/jupyter_book/pdf.py#L34-L71 However, `pyppetteer` is a little bit...
### Description [Rich is a Python CLI output tool](https://github.com/willmcgugan/rich) for rendering more feature-full console output. I think it would let us do things like [our output message box](https://github.com/executablebooks/jupyter-book/blob/master/jupyter_book/commands/__init__.py#L332) but would...
### Context Part of the official [Binder recommendations for reducing startup-time](https://discourse.jupyter.org/t/how-to-reduce-mybinder-org-repository-startup-time/4956) is this community article: [Tip: speed up Binder launches by pulling github content in a Binder link with nbgitpuller](https://discourse.jupyter.org/t/tip-speed-up-binder-launches-by-pulling-github-content-in-a-binder-link-with-nbgitpuller/922)...
### Describe the bug First, thanks for this awesome project, loving this. **context** When I use `glue` to copy the plotly figure, I expect the figure to be plotted when...
**Is your feature request related to a problem? Please describe.** There are some cells I'd like run during development, but not during the book build step. The example I'm working...