load
This commit is contained in:
parent
840eb3b0fd
commit
40096b3fdc
@ -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 ).
|
||||
|
||||
|
Reference in New Issue
Block a user