ipython notebook toolbar customize

后端 未结 2 1770
醉话见心
醉话见心 2021-01-07 09:51

I want to add a new toolbar button on ipython notebook. I got a good link mentioned this.

So I create a new file: ~/.ipython/profile_default/static/custom/custom.js

2条回答
  •  误落风尘
    2021-01-07 10:32

    That doc is out of date. jquery-ui icons are no longer available, instead use one from FontAwesome with IPython >= 1.0. See this file for an example custom.js with IPython 1.x.

提交回复
热议问题