Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test and setup Jupyter properly #24

Open
erictleung opened this issue May 14, 2020 · 0 comments
Open

Test and setup Jupyter properly #24

erictleung opened this issue May 14, 2020 · 0 comments

Comments

@erictleung
Copy link
Owner

Boilerplate

;; Use IPython Notebooks/Jupyter in Emacs
;; Interesting background behind ein https://blog.jupyter.org/54bd1c371d57
;; Src: https://github.com/millejoh/emacs-ipython-notebook
;; Docs: http://millejoh.github.io/emacs-ipython-notebook/
 (use-package ein
   :ensure t
;;   :init
;;   (setq ein:complete-backend 'ein:use-company-backend)
   :config
;;   ;; Stop ein from starting company-mode autocomplete
;;   (add-hook 'ein:notebook-multilang-mode-hook '(lambda () (company-mode -1)))
;;   (add-hook 'ein:notebook-multilang-mode-hook '(lambda () (auto-complete-mode -1)))
   (use-package ein-notebook)
   (use-package ein-subpackages)
   (use-package ein-jupyter))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant