* completer fixes, thanks to Rainer Schuster (schuster-rainergithub) * fallback completer * relies on toolx and jedhy * on pypi now for easy pip install * new test notebook
0.1.0
* Merge pull request 11 from toddrme2178/patch-1 * Include LICENSE file in wheels
0.0.3
* allow set/get_variable * Moved env init to allow set_variable * Update README.md * Merge pull request 3 from yuvallanger/patch-1 * Add directions for a virtualenv installation * Updated notebook with Calysto things
0.0.2
* add latex symbols
0.0.1
* Monkeypatch sys.displayhook to catch return value * copy "Tutorial.ipynb" from hy_kernel * Initial version of a Jupyter Hy kernel based on MetaKernel