I'd like to change the way Jupyter displays the so called heading cells. By default, heading levels are only differentiated through a different font size. I'd like jupyter to display hierarchical numbered titles so that :
# Heading 1
# Heading 2
## Sub Heading
# Heading 3
would display something like :
1 Heading 1
2 Heading 2
2.1 Sub Heading
3 Heading 3
I don't get this with Jupyter 4.2.3.