On Sun, Sep 28, 2014 at 2:41 PM, <[email protected]> wrote: > I found IJulia is much slower than Julia just in terminal, is that normal? In what sense exactly? It's normal that you find the interactions slow, because there are hoops each of your input has to go through to get evaluated by IJulia and come back as output. Did you time a particular expression (e.g. using @time) in both places and found that it's slower on the notebook? That would be a bug.
> Also, the interrupt key just restart Julia kernel rather than Ctrl-C it. > Is it normal? > Yes, this is the intended behavior of the interrupt button. It only stops the kernel for the current notebook. > Or, do the IPython or IJulia in my server have some problem? > No.
