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
From an open notebook, right click the containing widget's tab and select 'open console'.
This error pops up.
Traceback
File "/home/tim/.local/lib/python3.6/site-packages/spyder_notebook/notebookplugin.py", line 424, in open_consoleNone)
File "/home/tim/.local/lib/python3.6/site-packages/spyder/plugins/ipythonconsole.py", line 1716, in _create_client_for_kernel
cf_path = osp.dirname(connection_file)
File "/usr/lib/python3.6/posixpath.py", line 156, in dirname
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
I can reproduce the error message. Open a notebook, shutdown the kernel (in the notebook menu embedded in HTML, click Kernel > Shutdown) and the open a console (Open console in the notebook options menu). We should catch this situation.
jitseniesen
changed the title
Attempt to open a console from spyder-notebook plugin failed
Opening console for notebook without kernel yields an error
Aug 29, 2018
@rebelclause commented on Thu Jul 26 2018
Description
What steps will reproduce the problem?
From an open notebook, right click the containing widget's tab and select 'open console'.
This error pops up.
Traceback
Versions
Dependencies
@ccordoba12 commented on Thu Jul 26 2018
Moving to the right repo.
The text was updated successfully, but these errors were encountered: