Hi,
I had ein 20130611 installed on EMACS 24.3.1 through "marmalade, on 64 bit Windows 7.
When I open a notebook with inline plots, I got the following messages and the notebook would not open in emacs:
Contacting host: 127.0.0.1:8888 [2 times]
ein: [info] Kernel started: 15675e06-3ac6-455e-9417-183fb739e352
ein: [info] Starting WS: "ws://127.0.0.1:8888/kernels/15675e06-3ac6-455e-9417-183fb739e352"
ein: [info] Unknown event: status_busy.Kernel [2 times]
ein: [info] Unknown event: status_idle.Kernel
ein: [info] Unknown event: execution_count.Kernel
ein: [info] Unknown event: status_idle.Kernel
On the ipython notebook server side, it says
ERROR:root:First ws message didn't have the form 'identity:[cookie]' - ''
2013-07-05 10:20:33.915 [NotebookApp] Connecting to: tcp://127.0.0.1:63841
Notebook without images would open, but server side displays the same error message.
My installed packages are
python 2.7.5
ipython 1.0-dev
pyzmq==13.1.0
tornado==3.1
Any idea which package this error is related to? I had the same configuration on a 32 bit machine, and it works fine. Also the browser interface works fine for the notebook. But I would really like to get the Emacs bit working.
Thanks in advance for any tip.
Fan