From b0cf28473d0e22288b541bc85ab1357e3dcbd295 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Tue, 29 Mar 2022 18:40:08 +0900 Subject: [PATCH] =?UTF-8?q?Emacs=20:=20Jupyter=F0=9F=8C=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .emacs.rational.d/config.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.emacs.rational.d/config.el b/.emacs.rational.d/config.el index 0ecc19b..dc9a250 100644 --- a/.emacs.rational.d/config.el +++ b/.emacs.rational.d/config.el @@ -678,9 +678,9 @@ '((emacs-lisp . t) ;; Other languages (shell . t) ;; Python & Jupyter - (python . t))) - ;;(jupyter . t))) -;;(org-babel-jupyter-override-src-block "python") + (python . t) + (jupyter . t))) +(org-babel-jupyter-override-src-block "python") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; Eshell ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;