Inserting image into IPython notebook markdown

后端 未结 13 1589
面向向阳花
面向向阳花 2020-12-07 06:51

I am starting to depend heavily on the IPython notebook app to develop and document algorithms. It is awesome; but there is something that seems like it should be possible,

13条回答
  •  既然无缘
    2020-12-07 07:51

    [Obsolete]

    IPython/Jupyter now has support for an extension modules that can insert images via copy and paste or drag & drop.

    https://github.com/ipython-contrib/IPython-notebook-extensions

    The drag & drop extension seems to work in most browsers

    https://github.com/ipython-contrib/IPython-notebook-extensions/tree/master/nbextensions/usability/dragdrop

    But copy and paste only works in Chrome.

提交回复
热议问题