gap-packages / JupyterKernel

Native Jupyter kernel for GAP
https://gap-packages.github.io/JupyterKernel/
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

Jupyter Kernel complains: "Error, Function: number of arguments must be 4 (not 3)" #75

Closed enriqueartal closed 5 years ago

enriqueartal commented 6 years ago

I have compiled the develop version of GAP, in linux (fedora 28). I installed Jupyter Kernel and it complains with the error in the message. By the way at some point the message was "Error, Function: number of arguments must be 3 (not 2)".

enriqueartal commented 5 years ago

Some information I forgot to add. It happens in the Jupyter notebook, not at the time of installation, when executing any GAP order.

markuspf commented 5 years ago

This should be resolved with the most recent release.

enriqueartal commented 5 years ago

Right! Thanks!