calysto_prolog icon indicating copy to clipboard operation
calysto_prolog copied to clipboard

sibling?

Open denisb opened this issue 8 years ago • 13 comments

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 ?))

denisb avatar Dec 10 '17 10:12 denisb

Having the same issue here

LPugens avatar Dec 14 '17 23:12 LPugens

I'll take a look at this.

On Thu, Dec 14, 2017 at 6:59 PM, Lucas Pugens Fernandes < [email protected]> 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 .

dsblank avatar Dec 15 '17 01:12 dsblank

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.

sigurdurb avatar Mar 28 '18 12:03 sigurdurb

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.

BladeBot avatar Jun 01 '18 22:06 BladeBot

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

aforechi avatar Aug 16 '18 16:08 aforechi

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.

dsblank avatar Aug 16 '18 16:08 dsblank

Same issue

Darkade avatar Oct 22 '18 21:10 Darkade

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

dizzi90 avatar Nov 12 '18 22:11 dizzi90

@dsblank Any chance of a refresh?

smartinsightsfromdata avatar Feb 12 '19 23:02 smartinsightsfromdata

@dsblank Any update on this?

carstenheisterkamp avatar Mar 04 '20 13:03 carstenheisterkamp

uh well thats a shame

hyperswine avatar Aug 03 '23 09:08 hyperswine

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)

pmoura avatar Aug 03 '23 11:08 pmoura

No problem mentioning other siblings :)

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

dsblank avatar Aug 03 '23 12:08 dsblank