support
This commit is contained in:
@@ -56,7 +56,6 @@ static foreign_t python_f(term_t tmod, term_t fname, term_t tf) {
|
||||
if (pF == NULL || !PyCallable_Check(pF)) {
|
||||
return FALSE;
|
||||
}
|
||||
printf("Module=%s ok\n", s);
|
||||
return python_to_ptr(pF, tf);
|
||||
}
|
||||
|
||||
|
5
packages/python/yap_kernel/jupyter.yap
Normal file
5
packages/python/yap_kernel/jupyter.yap
Normal file
@@ -0,0 +1,5 @@
|
||||
:- if( current_prolog_flag(apple, true) ).
|
||||
|
||||
:- putenv( 'LC_CTYPE', 'en_us:UTF-8'),
|
||||
|
||||
:- endif.
|
Reference in New Issue
Block a user