Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

can't run cell: 'KernelSpecManager' object has no attribute 'get_all_specs' #132

@lion30

Description

@lion30

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

then error:
image

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

  • I don't know how to analyze the problem next , so I 'm asking your help,thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions