more jupytr fixes

This commit is contained in:
Vitor Santos Costa
2018-06-02 10:36:04 +01:00
parent 94a826efcc
commit 08ece03f4a
6 changed files with 2399 additions and 2296 deletions

View File

@@ -82,6 +82,11 @@ static void *py_open(VFS_t *me, const char *name, const char *io_mode,
if (!outbuf)
outbuf = ( unsigned char *)malloc(1024);
st->u.w_irl.ptr = st->u.w_irl.buf = outbuf;
]\]
st->user_name = TermOutStream;
} else if (strcmp(name, "sys.stderr") == 0) {
st->user_name = TermErrStream;