jupyter-book
jupyter-book copied to clipboard
Create beautiful, publication-quality books and documents from computational content.
### Context It would be great to support standard [github buttons](https://buttons.github.io/) on the top navbar of the book. The current buttons are great and I think adding these standard buttons...
this PR adds an option to jupyter-book config sphinx to select another folder for resulting conf.py my use case: I have a rather big repo that ends up into 2...
Hi, the first cell of my notebook is: ```yaml --- title: Vectores license: CC-BY-4.0 github: https://github.com/executablebooks/mystmd subject: Curso venue: Quantum Spain math: '\i': '{\color{blue}{i}}' '\bes': '\begin{equation*}' '\ees': '\end{equation*}' '\O': '{\mathcal...
Your issue content here.
### Describe the bug When I add the following to a chapter ````` ````{only} html ```{code-cell} ipython3 print('Using html/backticks') ``` ```` ````` or ````` :::{only} html ```{code-cell} ipython3 print('Using html/colon')...
### Describe the enhancement you'd like We can use cell tags (`remove-input/output` for example) to control which cells are included in the rendered site. I use this feature quite a...
### Context In large Jupyter Books, it would be helpful to include the same content (e.g. an `.md` file) in multiple places in the TOC. One use case for this...
**Describe the bug** Two things related to images in the jupyter book website: 1. In the jupyter book docs: https://jupyterbook.org/content/figures.html, the html tag examples (in the raw html images section)...
### Context Github's new default branch name is "main": https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches#about-the-default-branch Same goes for Gitlab: https://docs.gitlab.com/ee/user/project/repository/branches/default.html Jupyterbook is still referencing "master". ### Proposal Let's update the docs and boilerplate code to...
### Describe the bug **context** When I use custom CSS per the docs the styles get overridden by default styles https://jupyterbook.org/en/stable/advanced/html.html#custom-css-or-javascript **expectation** I expected my custom css to overwrite the...