Show More
@@ -235,6 +235,11 b' def raw_print_err(*args, **kw):' | |||
|
235 | 235 | file=sys.__stderr__) |
|
236 | 236 | sys.__stderr__.flush() |
|
237 | 237 | |
|
238 | # used by IPykernel <- 4.9. Removed during IPython 7-dev period and re-added | |
|
239 | # Keep for a version or two then should remove | |
|
240 | rprint = raw_print | |
|
241 | rprinte = raw_print_err | |
|
242 | ||
|
238 | 243 | @undoc |
|
239 | 244 | def unicode_std_stream(stream='stdout'): |
|
240 | 245 | """DEPRECATED, moved to nbconvert.utils.io""" |
General Comments 0
You need to be logged in to leave comments.
Login now