You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried the other applicable steps from the Troubleshooting Guide
Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
When I restart my kernel I get this error:
Traceback (most recent call last):
File "/home/user/spyder/spyder/plugins/ipythonconsole/plugin.py", line 1661, in restart_kernel
stderr =self.get_stderr_file_handle(stderr_file)
AttributeError: 'IPythonConsole' object has no attribute 'get_stderr_file_handle
I think there shouldn't be a self in there. But when I fixed that, then I get:
Traceback (most recent call last):
File "/home/bcolsen/spyder/spyder/plugins/ipythonconsole/plugin.py", line 1663, in restart_kernel
client.restart_kernel(stderr=stderr)
TypeError: restart_kernel() got an unexpected keyword argument 'stderr'
client.restart_kernel doesn't have any args so I'm not sure what this code is supposed to do.
What is the expected output? What do you see instead?
doesn't restart
Paste Traceback/Error Below (if applicable)
Traceback (most recent call last):
File "/home/user/spyder/spyder/plugins/ipythonconsole/plugin.py", line 1661, in restart_kernel
stderr =self.get_stderr_file_handle(stderr_file)
AttributeError: 'IPythonConsole' object has no attribute 'get_stderr_file_handle
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
When I restart my kernel I get this error:
I think there shouldn't be a
self
in there. But when I fixed that, then I get:client.restart_kernel
doesn't have any args so I'm not sure what this code is supposed to do.I think #7829 was the last PR in this section.
What steps reproduce the problem?
What is the expected output? What do you see instead?
doesn't restart
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: