Demo¶
Tired that your images appear as
missing when you paste them in notebooks?
pastacopy is the answer!
1) Install pastacopy¶
In [ ]:
Copied!
!pip install pastacopy
!pip install pastacopy
2) Copy an image to clipboard¶
If you're using Windows, we recommend screenshotting with ⊞ Win + Shift + S.
3) Convert it to markdown bytes¶
In [1]:
Copied!
import pastacopy
pastacopy.clipboard_to_markdown()
import pastacopy
pastacopy.clipboard_to_markdown()
''