evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.05k stars 120 forks source link

Coconut kernel when used in Jupyter lab/notebook has trouble parsing comments #852

Closed Abrackadabra closed 3 weeks ago

Abrackadabra commented 3 weeks ago

Min repro:

$ poetry init
...
$ poetry add jupyterlab coconut
...
$ poetry run coconut --jupyter lab
...

In jupyter do

[
  #
]
image

This is somehow lab/notebook specific, just running the kernel in ipython is okay.

evhub commented 3 weeks ago

Duplicate of #851. It's fixed on coconut-develop, but I'll try to get out a release to fix it on the release branch as well as soon as I can.