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
Issue reporter is pulled up when I try to save any Jupyter notebook using Anaconda 3, Spyder 4, Python 3.7.3, and the Kite plugin
Traceback
File "M:\Users\Marcelo\Anaconda3\lib\site-packages\spyder_notebook\widgets\notebooktabwidget.py", line 214, in close_client
client.shutdown_kernel()
File "M:\Users\Marcelo\Anaconda3\lib\site-packages\spyder_notebook\widgets\client.py", line 312, in shutdown_kernel
kernel_id =self.get_kernel_id()
File "M:\Users\Marcelo\Anaconda3\lib\site-packages\spyder_notebook\widgets\client.py", line 281, in get_kernel_id
sessions_url =self.get_session_url()
File "M:\Users\Marcelo\Anaconda3\lib\site-packages\spyder_notebook\widgets\client.py", line 272, in get_session_urlreturnself.add_token(url_path_join(self.server_url, 'api/sessions'))
File "M:\Users\Marcelo\Anaconda3\lib\site-packages\notebook\utils.py", line 50, in url_path_join
initial = pieces[0].startswith('/')
AttributeError: 'NoneType' object has no attribute 'startswith'
Thanks, I am happy to hear that the notebook was in fact saved. I think it is safe to ignore the error; I will change the plugin so that the issue reporter does not come up.
Description
What steps will reproduce the problem?
Issue reporter is pulled up when I try to save any Jupyter notebook using Anaconda 3, Spyder 4, Python 3.7.3, and the Kite plugin
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: