Numbered headers in jupyter notebooks

后端 未结 3 2086
时光取名叫无心
时光取名叫无心 2021-02-18 18:02

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 j

3条回答
  •  遥遥无期
    2021-02-18 18:20

    There is on tiny step I may overlooked:

    conda> jupyter contrib nbextension install --user      # to activate js
    

    perfectly explained in: http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/

提交回复
热议问题