better_jupyter

This commit is contained in:
Vitor Santos Costa
2018-03-19 11:43:14 +00:00
parent 56f47acc49
commit 9194fda6cc
9 changed files with 752 additions and 57 deletions

View File

@@ -1,3 +1,4 @@
%% @file yapi.yap
%% @brief support yap shell
%%
@@ -21,7 +22,9 @@
:- reexport( library(python) ).
:- python_import(yap4py.yapi).
:- python_import(gc).
%:- python_import(gc).
:- meta_predicate( yapi_query(:,+) ).
%:- start_low_level_trace.