There doesn't seem to be a problem when I add a table of contents to an r markdown file but nothing happens when I add this to an r notebook:
output:
html_document:
html_notebook:
toc: true
depth: 3
theme: united
Is it possible to add a table of contents to an R notebook or do I have to make this into a markdown file too?