/jupyter2clipboard

A simple utility to copy a pandas dataframe to your local clipboard from a hosted instance of jupyter.

Primary LanguagePythonMIT LicenseMIT

jupyter2clipboard

A simple utility to copy jupyter cell output to your local clipboard from a hosted instance of jupyter.

Installation

pip install jupyter2clipboard

Usage

from jupyter2clipboard import to_clipboard

content = "any string content"
to_clipboard( content )

License

MIT