This commit is contained in:
dickmao 2020-02-17 07:52:32 -05:00
parent ec67737883
commit 4fc4c67f87
2 changed files with 3 additions and 4 deletions

View file

@ -25,7 +25,7 @@
(require 'kubernetes)
(defcustom ein:k8s-name-deployment "jupyter-deployment"
(defcustom ein:k8s-name-deployment nil
"Regexp by which we recognize jupyter services."
:type 'string
:group 'ein)
@ -124,7 +124,7 @@
node))
(defsubst ein:k8s-ensure ()
(and (executable-find kubernetes-kubectl-executable)
(and ein:k8s-name-deployment (executable-find kubernetes-kubectl-executable)
(condition-case err
(progn
(ein:k8s-select-context)

View file

@ -57,10 +57,9 @@
(require 'ein-traceback)
(require 'ein-shared-output)
(require 'ein-notebooklist)
(require 'ob-ein)
(require 'poly-ein)
;;; Configuration
(declare-function ob-ein-anonymous-p "ob-ein")
(make-obsolete-variable 'ein:use-smartrep nil "0.17.0")