Generate wordcloud from Jupyter notebooks.
Command:
jupyter-wordcloud test.ipynb -o .
Output:
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 .
To test:
python setup.py test