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-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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue