jupyter-book
jupyter-book copied to clipboard
Creating an example book doesn't work as described in docs
Describe the problem
The doc page https://jupyterbook.org/start/create.html says the jupyter-book create
command should create the following TOC:
# In _toc.yml
format: jb-book
root: intro
chapters:
- file: markdown
- file: notebooks
- file: markdown-notebooks
and the related files accordingly.
However, with a new install I am only getting:
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
chapters:
- file: markdown
- file: notebooks
i.e. no markdown-notebooks
MyST file.
Link to your repository or website
No response
Steps to reproduce
- mamba install jupyter-book (0.12.1)
- jupyter-book create mynewbook
The version of Python you're using
3.8.12
Your operating system
Linux
Versions of your packages
❯ jupyter-book --version Jupyter Book : 0.12.1 External ToC : 0.2.3 MyST-Parser : 0.15.2 MyST-NB : 0.13.1 Sphinx Book Theme : 0.1.10 Jupyter-Cache : 0.4.3 NbClient : 0.5.9
Additional context
No response
@michaelaye - is the problem still there? It looks markdown-notebooks is generated now