Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noxdafox/iclips

CLIPS Jupyter console
https://github.com/noxdafox/iclips

artificial-intelligence clips expert-system jupyter jupyter-notebook

Last synced: about 17 hours ago
JSON representation

CLIPS Jupyter console

Awesome Lists containing this project

README

        

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