mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
sudhir shenoy's recommendations
This commit is contained in:
parent
81b018a4a8
commit
612153688b
1 changed files with 2 additions and 4 deletions
|
@ -293,9 +293,7 @@ server command."
|
|||
(if result
|
||||
(format "[%s not a directory]" result)
|
||||
""))
|
||||
nil
|
||||
ein:jupyter-default-notebook-directory
|
||||
t)))
|
||||
default-dir default-dir t)))
|
||||
result)
|
||||
nil
|
||||
(lambda (buffer url-or-port)
|
||||
|
@ -352,7 +350,7 @@ server command."
|
|||
(run-at-time 2 nil
|
||||
(lambda ()
|
||||
(ein:log 'info "Resignaled %s with pid %s" proc pid)
|
||||
(signal-process pid 15))))
|
||||
(signal-process pid (if (eql system-type 'windows-nt) 9 15)))))
|
||||
|
||||
;; `ein:notebooklist-sentinel' frequently does not trigger
|
||||
(ein:notebooklist-list-remove url-or-port)
|
||||
|
|
Loading…
Add table
Reference in a new issue