Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noxdafox/iclips
- Owner: noxdafox
- Created: 2017-12-17T21:07:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T16:15:07.000Z (about 1 year ago)
- Last Synced: 2024-11-02T12:25:29.145Z (8 days ago)
- Topics: artificial-intelligence, clips, expert-system, jupyter, jupyter-notebook
- Language: Python
- Size: 114 KB
- Stars: 15
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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