Interrupting of kernel doesn't work (Jupyter Lab)
Open
- 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.