Metadata-Version: 2.1
Name: juka-kernel
Version: 0.1
Summary: Juka kernel for Jupyter
Home-page: https://github.com/jukaLang/juka_kernel
Author: Juka
Author-email: admin@jukalang.com
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 2 - Pre-Alpha
License-File: LICENSE

juka_kernel
===========

``juka_kernel`` allows Juka to be run in Jupyter notebook

Installation
------------
NOTE: PATH to Juka must be defined, make sure it is defined prior to installing the kernel

To install ``juka_kernel``::

    python -m juka_kernel.install

Install from PyPi::

    pip install juka_kernel
    python -m juka_kernel.install

Using the Juka kernel
---------------------
**Notebook**: The *New* menu in the notebook should show an option for an Juka notebook.

**Console frontends**: To use it with the console frontends, add ``--kernel juka`` to
their command line arguments.

Uninstall Juka Kernel
---------------------
Run the following command to uninstall ``juka_kernel``::

    jupyter kernelspec uninstall juka
