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-pylint)))
(use-package jupyter
:ensure t)
(use-package julia-mode
:ensure t)
@ -549,7 +552,8 @@
(dot . t)
(latex . t)
(lisp . t)
(shell . t)))
(shell . t)
(jupyter . t)))
(setq org-confirm-babel-evaluate nil)