neugram / ng

scripting language integrated with Go
https://neugram.io
BSD 2-Clause "Simplified" License
916 stars 43 forks source link

ng/jupyter not working with JupyterLab #241

Closed apahl closed 2 years ago

apahl commented 6 years ago

Hi, thanks for this cool project!
I managed to get ng running as a kernel in a Jupyter Notebook, but it does not work for me in the new JupyterLab.

I do not get any errors, started cells just never finish.

Do you think you could enable ng for JupyterLab?

Many thanks again.

Kind regards,
Axel

sbinet commented 6 years ago

I suspect this is because the ng kernel doesn't respond nor implements the heartbeat "stream".

apahl commented 6 years ago

Ok, thanks.
I have switched back to the classic Jupyter Notebooks anyway for the time being, because all the Javascript functionality does not work anymore in JLab and most projects do not yet have an extension for it.

Kind regards, Axel