mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 23:41:38 -05:00
jupyter-start-kernel: Remove ANSI color codes in process output
This commit is contained in:
parent
6d3b326124
commit
c51d3b3a6c
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ kernel. Starting a kernel involves the following steps:
|
|||
(unless (process-live-p proc)
|
||||
(error "Kernel process exited:\n%s"
|
||||
(with-current-buffer (process-buffer proc)
|
||||
(buffer-string)))))
|
||||
(ansi-color-apply (buffer-string))))))
|
||||
(jupyter-start-channels manager)
|
||||
(progress-reporter-done reporter)
|
||||
manager)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue