You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* completer fixes, thanks to Rainer Schuster (schuster-rainer@github)
* fallback completer
* relies on toolx and jedhy
* on pypi now for easy pip install
* new test notebook
Release 0.1.0 (Aug 30, 2018)
* Merge pull request #11 from toddrme2178/patch-1
* Include LICENSE file in wheels
Release 0.0.3 (Sep 6, 2017)
* 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
Release 0.0.2 (Sep 20, 2016)
* add latex symbols
Release 0.0.1 (Sep 20, 2016)
* Monkeypatch sys.displayhook to catch return value
* copy "Tutorial.ipynb" from hy_kernel
* Initial version of a Jupyter Hy kernel based on MetaKernel