martin-saurer / jkernel

Jupyter Notebook / J Integration
GNU General Public License v3.0
44 stars 15 forks source link

Multi-line statements currently not supported #4

Closed martin-saurer closed 8 years ago

martin-saurer commented 8 years ago

Multi-line statements, like:

f1 =: 3 : 0 y + 10 )

are currently not supported by jkernel.

qjide supports such statements because of it's asynchronous I/O structure. Let's see how to do this in jupiter notebook.

reckbo commented 8 years ago

I was just about to post this issue :)

martin-saurer commented 8 years ago

@reckbo Multi-line statements are now possible. Have fun!

reckbo commented 8 years ago

Great, thanks!!