-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kernel "hangs" after error #73
Comments
Attached is my screenshot, from a similar session. It's compiled on ubuntu 18.04, everything as how it comes from the tarball provided on the website. I don't know how to also list the version numbers of relevant packages, though. However, here is how it looks to me, with a freshly-restarted kernel: |
@haraldschilly thank you, that's really helpful. I can reproduce exactly this session with exactly the same issue on a mac. The same issue is happening when using mybinder from https://github.com/alex-konovalov/gap-teaching (currently using the master branch of GAP). BTW, you can get versions of packages as follows:
with the packagename there in lowercase. |
Thanks. I was using the following and getting info from the generated log file
|
Ok, glad you could reproduce it … and thank you for the version info command, our versions of jupyterkernel are the same. |
The problem is in GAP's error handling: gap-system/gap#2487, |
Since gap-system/gap#2487 is closed, it may be worth testing if the GAP Jupyter kernel works better with the GAP master branch... |
In GAP 4.11.1, crucial part for reproducing the error above is to enter |
we've seen an issue, where evaluating a cell with the content
x
(i.e. undefined variable or whatever) causes an error message and no further communication is possible. is this a known problem?/cc @DrXyzzy
The text was updated successfully, but these errors were encountered: