0.0.2 • Published 5 years ago

jupyterlab-clipboard-image v0.0.2

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
5 years ago

jupyterlab Clipboard Image

把剪贴板上的图片粘贴到 notebook

Prerequisites

  • JupyterLab

Installation

jupyter labextension install jupyterlab-clipboard-image

Development

对于开发安装,请在 repository 目录中执行以下操作:

npm install
npm run build
jupyter labextension link .

要重新构建包和 JupyterLab 应用程序:

npm run build
jupyter lab build

Todo

只是为了方便我自己,如果你有好的想法,自己提交代码。