From 60454d2d6d47726926e6fc67b5b1a6555d6992aa Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 21 Nov 2019 13:32:37 +0000
Subject: [PATCH] Allow emacs to work with ipython notebooks

---
 config.org |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/config.org b/config.org
index e8236ec..bddbe7f 100644
--- a/config.org
+++ b/config.org
@@ -1026,6 +1026,13 @@
     :mode "\\.mips$")
 #+END_SRC
 
+*** IPython notebooks
+Allow emacs to view and use IPython notebooks
+#+BEGIN_SRC emacs-lisp
+  (use-package ein
+    :ensure t)
+#+END_SRC
+
 * Org mode
 ** Up to date org
 #+BEGIN_SRC emacs-lisp

--
Gitblit v1.9.3