This commit is contained in:
Vitor Santos Costa
2019-03-21 09:02:43 +00:00
parent 9980dd49a7
commit 25afc1477c
6 changed files with 18 additions and 10 deletions

View File

@@ -28,7 +28,7 @@
:- python_import(json).
%:- python_import(gc).
:- meta_predicate( yapi_query(:,+) ).
:- meta_predicate yapi_query(:,+), python_query(+,:), python_query(+,:,-) .
%:- start_low_level_trace.

View File

@@ -37,7 +37,8 @@ u
:- python_import(sys).
:- meta_predicate jupyter_query(+,:,+,-), jupyter_query(+,:,+).
jupyter_query(Caller, Cell, Line, Bindings ) :-
gated_call(
streams(true),