mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Fix available-kernelspecs failing from warning output
This commit is contained in:
parent
4d62a88951
commit
bc3b78be43
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ each DIRECTORY will be a remote file name."
|
|||
(or (and (not refresh) (gethash host jupyter--kernelspecs))
|
||||
(let ((specs (plist-get
|
||||
(jupyter-read-plist-from-string
|
||||
(or (jupyter-command "kernelspec" "list" "--json")
|
||||
(or (jupyter-command "kernelspec" "list" "--json" "--log-level" "ERROR")
|
||||
(error "Can't obtain kernelspecs from jupyter shell command")))
|
||||
:kernelspecs)))
|
||||
(puthash host
|
||||
|
|
Loading…
Add table
Reference in a new issue