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
What is the expected output? What do you see instead?
Please provide any additional information below
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/plugins/projects.py", line 181, in
triggered=lambda v, path=project: self.open_project(path=path))
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/plugins/projects.py", line 270, in open_project
self.restart_consoles()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/plugins/projects.py", line 388, in restart_consoles
self.main.ipyconsole.restart()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/plugins/ipythonconsole.py", line 1335, in restart
self.close_client(client=client, force=True)
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/plugins/ipythonconsole.py", line 1253, in close_client
client.stop_button_click_handler()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/client.py", line 237, in stop_button_click_handler
self.interrupt_kernel()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/client.py", line 393, in interrupt_kernel
self.shellwidget.request_interrupt_kernel()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/qtconsole/frontend_widget.py", line 345, in request_interrupt_kernel
self.interrupt_kernel()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/qtconsole/frontend_widget.py", line 638, in interrupt_kernel
self.kernel_manager.interrupt_kernel()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/jupyter_client/manager.py", line 408, in interrupt_kernel
raise RuntimeError("Cannot interrupt kernel. No kernel is running!")
RuntimeError: Cannot interrupt kernel. No kernel is running!
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/plugins/projects.py", line 181, in
triggered=lambda v, path=project: self.open_project(path=path))
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/plugins/projects.py", line 270, in open_project
self.restart_consoles()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/plugins/projects.py", line 388, in restart_consoles
self.main.ipyconsole.restart()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/plugins/ipythonconsole.py", line 1335, in restart
self.close_client(client=client, force=True)
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/plugins/ipythonconsole.py", line 1253, in close_client
client.stop_button_click_handler()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/client.py", line 237, in stop_button_click_handler
self.interrupt_kernel()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/client.py", line 393, in interrupt_kernel
self.shellwidget.request_interrupt_kernel()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/qtconsole/frontend_widget.py", line 345, in request_interrupt_kernel
self.interrupt_kernel()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/qtconsole/frontend_widget.py", line 638, in interrupt_kernel
self.kernel_manager.interrupt_kernel()
File "/Users/LZQ/anaconda3/lib/python3.6/site-packages/jupyter_client/manager.py", line 408, in interrupt_kernel
raise RuntimeError("Cannot interrupt kernel. No kernel is running!")
RuntimeError: Cannot interrupt kernel. No kernel is running!
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: