This repo is mainly for jupyter notebook.
- python 3.5+
- ipython
Put the code below to the first cell of notebook to initialize nbjs.
import nbjs
nbjs.init()
nbjs.render('word_cloud', {'data': 'hello|world', 'width': 900, 'height': 600})
- type: word_cloud
- data: string seperated by '|'
sample:
'hello|world|hello|nbjs'