How to convert an ipython notebook to html with collapsed output (and/or input)

后端 未结 3 1324
故里飘歌
故里飘歌 2021-01-19 02:36

I have an ipython notebook I\'d like to share with colleagues who may not have ipython installed.

So I converted it to html with :

ipyth         


        
3条回答
  •  甜味超标
    2021-01-19 02:58

    Ipython 2.0 now includes save to HTML directly within the notebook.

    The scrolling bars were automatically created with lines > 100 in an older version. Docs If they still show, your html output should also have the bars, no?

提交回复
热议问题