Skip to content
Discussion options

You must be logged in to vote

Playing around with your example:

In myst.yml

project:
  # ... existing stuff
  numbering:
    title: true

In the first index file chapters/intro.md:

---
title: 'Computational and Inferential Thinking: The Foundations of Data Science'
numbering:
  title: false
---

That should be it for the numbering changes.


However, some of the pages which are notebooks are not numbered because they do not have a title found, this is because the first cell is a code cell (which is hidden) and not a markdown cell.

Creating a script to reorganize your notebook cells to have the markdown be the first one results in:

Which I think is the same as your current setup.

The script I used to move the cells arou…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@pancakereport
Comment options

@rowanc1
Comment options

Answer selected by rowanc1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2307 on October 02, 2025 02:04.