Add Jupyter integration
This commit is contained in:
parent
32eca572ce
commit
80e0e2665c
1 changed files with 5 additions and 1 deletions
6
init.el
6
init.el
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue