How to write "Heading" in jupyter notebook

The old version of jupyter notebook used to have “Heading” option but the new version doesn’t.How can i write a heading in the jupyter notebook?

The heading cell type were deprecated many years ago in the migration to nbformat 4, and as such are migrated to conventional # syntax in markdown cells.

1 Like