mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
jupyter-start-kernel (jupyter-command-kernel): Change wording of comment
This commit is contained in:
parent
edf3097b04
commit
7bb7e46e1f
1 changed files with 4 additions and 4 deletions
|
@ -174,10 +174,10 @@ fatal signal."
|
|||
The --kernel argument of \"jupyter kernel\" is filled in with the
|
||||
`jupyter-kernel-name' of KERNEL and passed as the first
|
||||
argument of the process."
|
||||
;; NOTE: On Windows, apparently the "jupyter kernel" command also launches a
|
||||
;; new process to start the kernel using something like an exec command, but
|
||||
;; exec like commands on Windows launch a new process instead of replacing
|
||||
;; the current one which results in the process we start here returning after
|
||||
;; NOTE: On Windows, apparently the "jupyter kernel" command uses something
|
||||
;; like an exec shell command to start the process which launches the kernel,
|
||||
;; but exec like commands on Windows start a new process instead of replacing
|
||||
;; the current one which results in the process we start here exiting after
|
||||
;; the new process is launched. We call python directly to avoid this.
|
||||
(apply #'cl-call-next-method
|
||||
kernel (jupyter-locate-python)
|
||||
|
|
Loading…
Add table
Reference in a new issue