Add Jupyter integration

This commit is contained in:
Dimitri Lozeve 2020-12-04 18:32:05 +01:00
parent 32eca572ce
commit 80e0e2665c

View file

@ -295,6 +295,9 @@
(add-to-list 'flycheck-disabled-checkers 'python-flake8) (add-to-list 'flycheck-disabled-checkers 'python-flake8)
(add-to-list 'flycheck-disabled-checkers 'python-pylint))) (add-to-list 'flycheck-disabled-checkers 'python-pylint)))
(use-package jupyter
:ensure t)
(use-package julia-mode (use-package julia-mode
:ensure t) :ensure t)
@ -549,7 +552,8 @@
(dot . t) (dot . t)
(latex . t) (latex . t)
(lisp . t) (lisp . t)
(shell . t))) (shell . t)
(jupyter . t)))
(setq org-confirm-babel-evaluate nil) (setq org-confirm-babel-evaluate nil)