mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
ein-jupyter: We really need accept-process-output on Windows.
This commit is contained in:
parent
9c2e6fe7c8
commit
08a021781f
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,8 @@ the log of the running jupyter server."
|
|||
(proc (ein:jupyter-server--run ein:jupyter-server-buffer-name
|
||||
*ein:last-jupyter-command*
|
||||
*ein:last-jupyter-directory*)))
|
||||
(when (eql system-type 'windows-nt)
|
||||
(accept-process-output proc ein:jupyter-server-run-timeout))
|
||||
(deferred:$
|
||||
(deferred:timeout
|
||||
ein:jupyter-server-run-timeout 'ein:jupyter-timeout-sentinel
|
||||
|
|
Loading…
Add table
Reference in a new issue