collapse cell in jupyter notebook

前端 未结 12 1294
长发绾君心
长发绾君心 2020-12-22 17:00

I am using ipython Jupyter notebook. Let\'s say I defined a function that occupies a lot of space on my screen. Is there a way to collapse the cell?

I want the func

12条回答
  •  轮回少年
    2020-12-22 17:26

    You don't need to do much except to enable the extensions:

    http://localhost:8888/nbextensions?nbextension=collapsible_headings
    http://localhost:8888/nbextensions?nbextension=codefolding/main
    

    Most probable you will find all your extensions in here:

    http://localhost:8888/nbextensions
    

提交回复
热议问题