This commit is contained in:
Vitor Santos Costa 2018-06-03 23:59:17 +01:00
parent 840eb3b0fd
commit 40096b3fdc

View File

@ -32,7 +32,7 @@ jupyter_cell(_Caller, Cell, _) :-
jupyter_cell( _Caller, _, Line ) :-
blank( Line ),
!.
jupyter_cell( _Caller, _, [] ) :- !.
jupyter_cell( _Caller, _, '' ) :- !.
jupyter_cell( Caller, _, Line ) :-
Self := Caller.query,
python_query(Self,Line).
@ -213,4 +213,3 @@ plot_inline :-
:- endif.
%:- ( start_low_level_trace ).