Le 14 janv. 2014 à 00:02, Cristóvão Duarte Sousa a écrit :
> I guess IJulia is suppose to work on the notebook (ipython notebook --profile=julia) only.
> If one wants Julia in a console, julia REPL is the way to go.
>
> I say this because the issue has already been around from a long time ago.
There are many issues here,
First is that `ipython console` is not a lot used, so there is only a few bugs report.
This is mainly due to the fact that of course people use native repl most of the time.
There is the possibility to bind another key-combinaison to "force new line" without executing.
Because right now the console process (python) is lexing input at python and is the one deciding wether
to insert a new line or execute this would only be a temporary workaround until we add the possibility
to ask the kernel to do lexing and decide wether or not an input is done.