juka-kernel
allows Juka to be run in Jupyter notebook
NOTE: PATH to Juka must be defined, make sure it is defined prior to installing the kernel
To install juka-kernel
from this repository:
python -m juka-kernel.install
Install from PyPi:
pip install 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.
Run the following command to uninstall juka-kernel
:
jupyter kernelspec uninstall juka
Run the following command:
python -m build
Run the following command:
python -m twine upload dist/*