I've never tried IPython Notebook so I thought I would try EIN.
I installed ipython
via dnf
on Fedora 23
with all of the dependencies.
Then I installed ein
via M-x list-packages
through elpa
.
But when I added (require 'ein)
to my init.el
I am getting the following error running emacs with --debug-init
.
Debugger entered--Lisp error: (file-error "Cannot $
require(ein)
eval-buffer(#<buffer *load*> nil "/home/myusername$
load-with-code-conversion("/home/myusername/.ema$
load("/home/myusername/.emacs.d/init" t t)
#[0 "^H\205\262^@ \306=\203^Q^@\307^H\310Q\2$
command-line()
normal-top-level()
I'm not sure what to look into to help me debug this. I saw a few compilation errors during installation of ein
with elpa
but when I relaunched and looked at M-x list-packages
then it says it is installed. Is that somtehing I should be worried about?