This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Description
On Windows, it seems that any use of the shebang (#!) syntax to select the language leads to a blocked kernel.
When run with jupyter notebook, there's an error message that the kernel died. When running with jupyter lab, the kernel stay in "restarting" state forever (i.e. it seemed to work fine at start, and gets restarted as soon as you run a cell with #!python, #!groovy or some such).
(tested with version 0.3.0-0 from conda-forge)