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
{{ message }}
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
________________________________
From: Leon <notifications@github.com>
Sent: Wednesday, September 19, 2018 3:38:22 AM
To: DonJayamanne/vscodeJupyter
Cc: Subscribed
Subject: [DonJayamanne/vscodeJupyter] can't run cell: 'KernelSpecManager' object has no attribute 'get_all_specs' (#132)
Environment data
VS Code build base on Anaconda
VS Code version:1.27.2
Jupyter Extension version:
conda:
jupyter 1.0.0 py35_6
jupyter-pip 0.3.1
jupyter_client 4.1.1 py35_0
jupyter_console 4.1.0 py35_0
jupyter_core 4.0.6 py35_0
pip:
jupyter 1.0.0
jupyter-client 4.1.1
jupyter-console 4.1.0
jupyter-core 4.0.6
jupyter-pip 0.3.1
OS and version: windows7 64bit
Logs
Output from Jupyter output panel
Output from Console window (Help->Developer Tools menu)
Actual behavior
when run sample code:
[image]<https://user-images.githubusercontent.com/24458140/45727468-6ecbd080-bbf6-11e8-802f-72fab55d1f1e.png>
then error:
[image]<https://user-images.githubusercontent.com/24458140/45727425-48a63080-bbf6-11e8-81f5-a6a6bb675761.png>
Error Message: Command: lsks, Id: 3, Python Trace: Traceback (most recent call last):
File "C:\Users\liwang\.vscode\extensions\donjayamanne.jupyter-1.1.4\python\PythonTools\ipythonServer.py", line 283, in start_processing
cmd(self, id)
File "C:\Users\liwang\.vscode\extensions\donjayamanne.jupyter-1.1.4\python\PythonTools\ipythonServer.py", line 354, in _cmd_lstk
kernelspecs = json.dumps(listKernelSpecs())
File "C:\Users\liwang\.vscode\extensions\donjayamanne.jupyter-1.1.4\python\PythonTools\ipythonServer.py", line 95, in listKernelSpecs
return kernelSpecManager.get_all_specs()
AttributeError: 'KernelSpecManager' object has no attribute 'get_all_specs'
Expected behavior
Steps to reproduce:
* I try to modify the setting of Jupyter Configuration, but nothing changed,
[image]<https://user-images.githubusercontent.com/24458140/45727552-d255fe00-bbf6-11e8-84dd-b0ebb5234b1c.png>
* I don't know how to analyze the problem next , so I 'm asking your help,thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#132>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AfdXU9FPsNQs1bw0MT-kSViNePxQKrxiks5uca4egaJpZM4WvTgX>.
Environment data
VS Code build base on Anaconda
VS Code version:1.27.2
Jupyter Extension version:
conda:
jupyter 1.0.0 py35_6
jupyter-pip 0.3.1
jupyter_client 4.1.1 py35_0
jupyter_console 4.1.0 py35_0
jupyter_core 4.0.6 py35_0
pip:
jupyter 1.0.0
jupyter-client 4.1.1
jupyter-console 4.1.0
jupyter-core 4.0.6
jupyter-pip 0.3.1
OS and version: windows7 64bit
Logs
Output from
Jupyter
output panelOutput from
Console window
(Help->Developer Tools menu)Actual behavior
when run sample code:
then error:
Expected behavior
Steps to reproduce:
I try to modify the setting of Jupyter Configuration, but nothing changed,
I don't know how to analyze the problem next , so I 'm asking your help,thanks.
The text was updated successfully, but these errors were encountered: