Install Jupyter Notebook
This commit is contained in:
parent
2a90ef5c0d
commit
14e7c88801
2 changed files with 12 additions and 0 deletions
|
|
@ -152,3 +152,14 @@
|
|||
("C-c C-p" . nil)
|
||||
("C-c C-l" . nil))
|
||||
:hook ((python-mode . load-python-env)))
|
||||
|
||||
;; Jupyter notebook integration
|
||||
(use-package ein
|
||||
:bind (("C-z j" . ein:run)
|
||||
:map ein:notebook-mode-map
|
||||
("C-c C-x k" . ein:notebook-switch-kernel))
|
||||
:config
|
||||
(require 'ein-notebook)
|
||||
:custom
|
||||
(ein:jupyter-default-notebook-directory "~/Projects/notebooks")
|
||||
(ein:output-area-inlined-images t))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue