jupyter-book icon indicating copy to clipboard operation
jupyter-book copied to clipboard

Creating an example book doesn't work as described in docs

Open michaelaye opened this issue 3 years ago • 1 comments

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

  1. mamba install jupyter-book (0.12.1)
  2. 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 avatar Jan 11 '22 21:01 michaelaye

@michaelaye - is the problem still there? It looks markdown-notebooks is generated now

epogrebnyak avatar Aug 13 '22 09:08 epogrebnyak