noxdafox
iclips
Python

CLIPS Jupyter console

Last updated Oct 28, 2024
15
Stars
6
Forks
0
Issues
0
Stars/day
Attention Score
6
Language breakdown
Python 82.4%
Jupyter Notebook 11.4%
JavaScript 5.1%
Dockerfile 0.8%
CSS 0.2%
Files click to expand
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

🔗 More in this category

© 2026 GitRepoTrend · noxdafox/iclips · Updated daily from GitHub