twosigma / twosigma/beakerx

Interrupting of kernel doesn't work (Jupyter Lab)

Open
#7,928 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
2.9k
Forks
383
PR merge metrics
No merged PRs in 30d

Description

Interrupting of kernel doesn't work for clojure, croovy, java, kotlin and scala kernels. (Jupyter Lab)
for example (Groovy)
```
long i = 0;
while (true) {
i += 1;
}
```

Interrupting of kernel works fine only for python kernel.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.