Peng Cheng
Peng Cheng
Thanks a lot. This proves my speculation, a patch is already on the way. It's interesting to see that ipython#6793 is also half done: when you first switch the kernel...
Good! so theoretically I can fix both, give me a few days :) Thanks a lot buddy On 04/30/2015 05:13 AM, rzykov wrote: > I have a Mac, CMD-/ comments...
OK, it looks like the workload is more than I expected: The IPython server has an built-in adapter to convert messaging protocol v4 to v5. But its not very well...
I've updated the messaging protocol to the latest version but seems like it doesn't help anything. Here is my post for the problem: http://python.6.x6.nabble.com/kernel-info-reply-is-ineffective-on-code-highlighting-td5095065.html Any help is appreciated. Also, the...
OK, now I can confirm that the kernel/messaging is working properly. The problem is caused by notebook codemirror javascript which always returns /codemirror/mode/clike/clike.js The problem has been reported in IBM...
sorry could you advice me what's the usage of shift-tab? I'm not a Python programmer.
In a pop-up floating frame? That sounds like an advanced feature that is not supported by Scala Interpreter (or compiler, as only Scala/Java bytecode but not sourcecode will be visible...
After protocol upgrade the exception no longer exists. But still this is kind of a lackluster. The popup can defintely show something (by hacking into java/scala reflection)
Thanks a lot for report, I've been aware of this for a long time. The major cause is that Spark interpreter only expose its API to retrieve the last variable...
ISpark has much higher memory consumption than spark-shell for obvious reason (message queue, visualization etc.) Make sure you increase both --driver-memory and --executor-memory to accomodate your dataset. I doubt if...