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

unexpected keyword argument to remove_kernel #3474

Closed
takluyver opened this issue Jun 27, 2013 · 0 comments · Fixed by #3491
Closed

unexpected keyword argument to remove_kernel #3474

takluyver opened this issue Jun 27, 2013 · 0 comments · Fixed by #3491
Labels
Milestone

Comments

@takluyver
Copy link
Member

Another minor error we ran into while debugging, when a kernel crashed:

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/IPython/kernel/restarter.py", line 85, in _fire_callbacks
    callback()
  File "/usr/local/lib/python2.7/dist-packages/IPython/frontend/html/notebook/services/kernels/kernelmanager.py", line 92, in <lambda>
    lambda : self._handle_kernel_died(kernel_id),
  File "/usr/local/lib/python2.7/dist-packages/IPython/frontend/html/notebook/services/kernels/kernelmanager.py", line 71, in _handle_kernel_died
    self.remove_kernel(kernel_id, now=True)
TypeError: remove_kernel() got an unexpected keyword argument 'now'
takluyver added a commit to takluyver/ipython that referenced this issue Jun 29, 2013
minrk added a commit that referenced this issue Jun 29, 2013
Remove unexpected keyword parameter to remove_kernel

now is a relic from before cleaning up the kernel manager / restart logic

closes #3474
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
Remove unexpected keyword parameter to remove_kernel

now is a relic from before cleaning up the kernel manager / restart logic

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

Successfully merging a pull request may close this issue.

1 participant