Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 315 Bytes

PYSWIP.md

File metadata and controls

18 lines (10 loc) · 315 Bytes

Giving Prolexa a Language model frontend

We assume you're using Linux.

FIX

source pyswip_env/bin/activate
pip install pyswip
pip install jupyter
python3 -m ipykernel install --name pyswip_env --user
python3 python/string_eval.wrapper.py```

```from swipl import Prolog```