CLIPS Jupyter console


Keywords
clips, expert-system, jupyter, artificial-intelligence, jupyter-notebook
License
GPL-2.0+
Install
pip install iCLIPS==0.3.0

Documentation

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

Documentation Status

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

Installation

$ pip install iclips

Usage

$ iclips

Docker Container

The container ships a Jupyter Notebook with CLIPS support.

$ docker pull noxdafox/iclips

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

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