[go: nahoru, domu]

Skip to content

ashwinvis/jupyter-wordcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter-wordcloud

Generate wordcloud from Jupyter notebooks.

Example

Command:

jupyter-wordcloud test.ipynb -o .

Output:

Demo

Installation

Simply do:

pip install -e git+https://github.com/ashwinvis/jupyter-wordcloud

Or manually:

git clone https://github.com/ashwinvis/jupyter-wordcloud
pip install -e .

Test

To test:

python setup.py test