-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Enable base numbering option #14586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable base numbering option #14586
Conversation
|
Thanks for making a pull request to jupyterlab! |
|
Thanks for submitting your first pull request! You are awesome! 🤗 |
|
|
|
Failures seem unrelated to me |
krassowski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @tuncbkose!
|
Thanks for this feature. Is it possible to set the base number for each notebook? |
|
@choies1 metadata as specified by the old ToC for notebook prior to v7 should work; see that code: jupyterlab/packages/notebook/src/toc.ts Lines 460 to 462 in 3e2bbf1
Would you mind reporting it works? If so would you be willing to improve the documentation there: https://github.com/jupyterlab/jupyterlab/edit/main/docs/source/user/toc.rst |


References
Closes #14571.
Code changes
User-facing changes
The already-implemented
baseNumberingoption is now exposed as a configurable setting.Backwards-incompatible changes
None