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

Description
When running jupyter notebook with scijava-jupyter-kernel 0.4.0 on Mac OSX, just typing a few characters and then Tab will crash the kernel. This apparently only happens before the first cell was executed.
On subsequent trials, autocompletion with Tab seems to work, but when showing multiple options, it always displays the entire content of the cell up to the cursor position (together with the suggested completion, of course). In my trials, it once happened that the #! annotations at the start of the cell were erased (replaced by empty lines) by the autocompletion, but I currently cannot reproduce.
On Windows 7, scijava-jupyter-kernel get updated to version 0.4.0 without problems, but in a new notebook, the kernel is still displayed as "Scijava" instead of "SciJava" (with camel case), and hitting Tab leads to the entire cell contents being replaced by
Autocompletion does not work yet.