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 |
$ pip install iclips
$ iclips
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