Calysto / calysto_prolog

A Prolog kernel for Jupyter
58 stars 8 forks source link

sibling? #5

Open denisb opened 6 years ago

denisb commented 6 years ago

I've tried the example, but I've get "Unable to process query. Please restate." when asking for sibling : https://github.com/denisb/notebooks/blob/master/ProLog/Example.ipynb

what's wrong?

(I'm on windows 10, x64, with wsl ubuntu and Jupyter 4.4.0, python 2.7.6 and python 3.4.3 (both needed ?))

LPugens commented 6 years ago

Having the same issue here

dsblank commented 6 years ago

I'll take a look at this.

On Thu, Dec 14, 2017 at 6:59 PM, Lucas Pugens Fernandes < notifications@github.com> wrote:

Having the same issue here

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Calysto/calysto_prolog/issues/5#issuecomment-351872904, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKSeDK6cHLvUSnmBBV645SJEbJuuVuIks5tAbZZgaJpZM4Q8cd8 .

sigurdurb commented 6 years ago

Same issue, Ubuntu 16.04. Notebook version 5.4.1 running on Jupyterhub When loading the notebook I also get that /user/{username}/static/components/codemirror/mode/prolog/prolog.js failed to load.

I installed the prolog kernel in a virtual environment.

BladeBot commented 6 years ago

I am having the same issue as described.

Windows 10 x64 wsl Ubuntu 16.04 Jupyter version 4.4.0 Notebook version 5.4.1 Python 3.5.2 & 2.7.12

I don't get any errors on the command line when loading or running my notebook.

aforechi commented 6 years ago

I am having the same issue as described.

Mac OS X 10.13.5 Jupyter version 4.4.0 Notebook version 5.5.0 Python 3.6.4

dsblank commented 6 years ago

I have looked at this and believe that it may just be a big bug in the underlying Prolog code. I'm thinking of switching the underlying system to something more stable, like swi-prolog.

Darkade commented 5 years ago

Same issue

dizzi90 commented 5 years ago

This seems to happen for all facts more complicated than a simple assertion. Basically anything that includes a :-

smartinsightsfromdata commented 5 years ago

@dsblank Any chance of a refresh?

carstenheisterkamp commented 4 years ago

@dsblank Any update on this?

hyperswine commented 1 year ago

uh well thats a shame

pmoura commented 1 year ago

This project seems to be inactive for several years. Still, I hope the author doesn't mind that I mention two alternatives at:

https://github.com/hhu-stups/prolog-jupyter-kernel (supports SWI-Prolog and SICStus Prolog)

https://github.com/LogtalkDotOrg/logtalk-jupyter-kernel (supports ECLiPSe, GNU Prolog, LVM, SICStus Prolog, SWI-Prolog, Trealla Prolog, and YAP)

dsblank commented 1 year ago

No problem mentioning other siblings :)

I'll take a look at this project and try to bring it up to date.