mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
Closes #668
This commit is contained in:
parent
ec67737883
commit
4fc4c67f87
2 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue