jupyter-start-kernel: Remove ANSI color codes in process output

This commit is contained in:
Nathaniel Nicandro 2018-10-10 14:02:05 -05:00
parent 6d3b326124
commit c51d3b3a6c

View file

@ -214,7 +214,7 @@ kernel. Starting a kernel involves the following steps:
(unless (process-live-p proc) (unless (process-live-p proc)
(error "Kernel process exited:\n%s" (error "Kernel process exited:\n%s"
(with-current-buffer (process-buffer proc) (with-current-buffer (process-buffer proc)
(buffer-string))))) (ansi-color-apply (buffer-string))))))
(jupyter-start-channels manager) (jupyter-start-channels manager)
(progress-reporter-done reporter) (progress-reporter-done reporter)
manager))))) manager)))))