spacemacs/layers/+tools/ipython-notebook/config.el
Senghoo Kim b2f014107f Make ipython notebook work with company-mode
By using the Jupyter notebook api, the ipython-notebook layer can be auto-completed by using the company-mode
2020-12-30 10:32:10 +01:00

18 lines
502 B
EmacsLisp

;;; funcs.el --- ipython-notebook Layer Configuration File for Spacemacs
;;
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
;;
;; Author: Senghoo Kim <me@senghoo.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defvar ein-backend 'nil
"The backend to use for IDE features.
Possible values are `jupyter' and `nil'.
If `jupyter' then the API provided by jupyter will be used.
If `nil' the ide feature will not be enabled.")