Skip to content
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

do_inspect() takes at most 4 positional arguments (5 given) #24

Open
edgarcosta opened this issue Jun 27, 2022 · 0 comments
Open

do_inspect() takes at most 4 positional arguments (5 given) #24

edgarcosta opened this issue Jun 27, 2022 · 0 comments

Comments

@edgarcosta
Copy link
Member

When using contextual manual I get the following:

[IPKernelApp] ERROR | Exception in message handler:
Traceback (most recent call last):
  File "/opt/sage/sage-9.6/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/ipykernel/kernelbase.py", line 353, in dispatch_shell
    await result
  File "/opt/sage/sage-9.6/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/ipykernel/kernelbase.py", line 702, in inspect_request
    reply_content = self.do_inspect(
  File "PARIKernel/kernel.pyx", line 196, in PARIKernel.kernel.PARIKernel.do_inspect
TypeError: do_inspect() takes at most 4 positional arguments (5 given)
[IPKernelApp] ERROR | Exception in message handler:
Traceback (most recent call last):
  File "/opt/sage/sage-9.6/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/ipykernel/kernelbase.py", line 353, in dispatch_shell
    await result
  File "/opt/sage/sage-9.6/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/ipykernel/kernelbase.py", line 702, in inspect_request
    reply_content = self.do_inspect(
  File "PARIKernel/kernel.pyx", line 196, in PARIKernel.kernel.PARIKernel.do_inspect
TypeError: do_inspect() takes at most 4 positional arguments (5 given)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant