tkf / emacs-ipython-notebook

IPython notebook client in Emacs
tkf.github.com/emacs-ipython-notebook/
GNU General Public License v3.0
548 stars 51 forks source link

ein: [error] Error (parse-error) while opening notebook list at the server 9999. #153

Open davismcc opened 9 years ago

davismcc commented 9 years ago

Check list

ein: [error] Error (parse-error) while opening notebook list at the server 9999.

Steps to reproduce the problem

  1. Open emacs
  2. M-x ein:notebooklist-open
  3. ein: [error] Error (parse-error) while opening notebook list at the server 9999.

    Expected output

    Your EIN configuration (in .emacs.d/init.el or somewhere else)

    Your IPython configuration

  4. What is your IPython version? (run ipython --version): 2.2.0
  5. How do you start IPython? (e.g., ipython notebook --port 9999): ipython notebook --no-browser --port 9999
  6. What is your IPython notebook port number or URL?: 9999

    Additional information (if any)

    System info:

("EIN system info"
 :emacs-version "GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu)
 of 2014-10-20 on eucalyptus"
 :emacs-bzr-version nil
 :window-system nil
 :emacs-variant nil
 :os
 (:uname
  "Linux elder 3.2.0-38-generic #61-Ubuntu SMP Tue Feb 19 12:18:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
"
  :lsb-release
  "No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.2 LTS
Release:    12.04
Codename:   precise
")
 :image-types nil
 :image-types-available nil
 :request
 (:backend curl)
 :ein
 (:version "0.2.1alpha2"
       :source-dir "/home/davismcc/.emacs.d/elpa/ein-20140317.1414/")
 :lib
 ((:name "websocket"
     :path "~/.emacs.d/elpa/websocket-20140823.2056/websocket.elc"
     :featurep t
     :version-var websocket-version
     :version "1.3")
  (:name "request"
     :path "~/.emacs.d/elpa/request-20140316.717/request.elc"
     :featurep t
     :version-var request-version
     :version "0.2.0")
  (:name "auto-complete"
     :path "~/.emacs.d/elpa/auto-complete-20140824.1958/auto-complete.elc"
     :featurep t
     :version-var nil
     :version nil)
  (:name "auto-complete"
     :path "~/.emacs.d/elpa/auto-complete-20140824.1958/auto-complete.elc"
     :featurep t
     :version-var nil
     :version nil)
  (:name "popup"
     :path "~/.emacs.d/elpa/popup-20141002.620/popup.elc"
     :featurep t
     :version-var popup-version
     :version "0.5.0")
  (:name "fuzzy"
     :path "~/.emacs.d/auto-complete-1.3.1/fuzzy.elc"
     :featurep nil
     :version-var nil
     :version nil)
  (:name "python"
     :path "~/emacs-24.3/lisp/progmodes/python.elc"
     :featurep t
     :version-var nil
     :version nil)
  (:name "python-mode"
     :path "~/.emacs.d/python-mode/python-mode.el"
     :featurep t
     :version-var nil
     :version nil)
  (:name "markdown-mode"
     :path "~/.emacs.d/elpa/markdown-mode-20140914.1312/markdown-mode.elc"
     :featurep t
     :version-var markdown-mode-version
     :version "2.0")))
millejoh commented 9 years ago

TKF's ein currently only support IPython versions prior to 2.0. My fork over at https://github.com/millejoh/emacs-ipython-notebook seems to be working reasonably well (though not perfectly, unfortunately) for most people. If you can, download and give it a try.

luxcem commented 7 years ago

@millejoh does your fork is available on melpa?