noxdafox / iclips

CLIPS Jupyter console
15 stars 6 forks source link
artificial-intelligence clips expert-system jupyter jupyter-notebook

iCLIPS

Jupyter Kernel for CLIPS_

:Source: https://github.com/noxdafox/iclips :Documentation: https://iclips.readthedocs.io :Download: https://pypi.python.org/pypi/iclips :Docker: https://hub.docker.com/r/noxdafox/iclips

|docs badge|

.. |docs badge| image:: https://readthedocs.org/projects/iclips/badge/?version=latest :target: http://iclips.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://iclips.readthedocs.io/en/latest/_images/example.png

Installation

.. code:: bash

$ pip install iclips

Usage

.. code:: bash

$ iclips

.. _CLIPS: http://www.clipsrules.net/

Docker Container

The container ships a Jupyter Notebook with CLIPS support.

.. code:: bash

$ docker pull noxdafox/iclips

# Run Jupyter Console
$ docker run -it noxdafox/iclips iclips

# Run Jupyter Notebook
$ docker run -it -p 8888:8888 noxdafox/iclips