Paste images from clipboard into your notebook. find it on npm.
What it does on pasting clipboard images:
- prompts user for path to save image as.
- saves image on confirmation.
- links image as markdown in the cell.
The most browser restrictive feature used in this extension is the clipboard. Support table can be found here
- Chrome: 58
- Edge: (yes)
- Firefox: 22
- IE: 11
- Opera: 45
- Safari: (yes)
- JupyterLab
jupyter labextension install jupyterlab-clipboard
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
npm run build
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build
If you want to jump in and help, here is my todo list:
- detect active cell type and insert text based on that.
- Add a small preview image in the the save as dialog.
Please open an issue for taking on the development of an action item to avoid duplicating efforts.