Skip to content

Page "Python - Get Started" contains wrong link to create a new Jupyter notebook #15621

@vbrozik

Description

@vbrozik

Environment data

  • VS Code version: 1.54.1
  • Extension version (available under the Extensions sidebar): v2021.2.636928669
  • OS and version: Windows 10 2004, Ubuntu 20.04.2 in WSL2
  • Python version (& distribution if applicable, e.g. Anaconda): 3.9.0
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
  • Relevant/affected Python packages and their versions: N/A
  • Relevant/affected Python-related VS Code extensions and their versions: Jupyter v2021.3.619093157
  • Value of the python.languageServer setting: Pylance

Expected behaviour

In the "Python - Get Started" page which opens after updating the Python extension clicking the link in "- Run "Create New Blank Jupyter Notebook" in the Command Palette (Shift + Command + P)" should open a valid command to create a new notebook.

Actual behaviour

It fills a non-existent command: "> Create New Blank Jupyter Notebook" to the command palette which says: "No matching commands"

It should probably fill: "> Jupyter: Create New Blank Notebook" instead.

Steps to reproduce:

  1. F1 or Shift + Command + P
  2. Type: "> Python: Open Started Page"
  3. Click the link in "- Run "Create New Blank Jupyter Notebook" in the Command Palette (Shift + Command + P)"
  4. The opened command palette will respond with: "No matching commands"

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

User belongs to experiment group 'pythonaa'
User belongs to experiment group 'pythonSendEntireLineToREPL'
User belongs to experiment group 'pythonNotDisplayLinterPrompt'
User belongs to experiment group 'pythonTensorboardExperimentcf'
User belongs to experiment group 'CollectLSRequestTiming - control'
> pyenv root
> python3.7 ~/.vscode-server/extensions/ms-python.python-2021.2.636928669/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3 ~/.vscode-server/extensions/ms-python.python-2021.2.636928669/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3.6 ~/.vscode-server/extensions/ms-python.python-2021.2.636928669/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python2 ~/.vscode-server/extensions/ms-python.python-2021.2.636928669/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python3.9 ~/.vscode-server/extensions/ms-python.python-2021.2.636928669/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server/extensions/ms-python.python-2021.2.636928669/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> conda --version
> conda info --json
...
Python interpreter path: /usr/bin/python3.9
Starting Pylance language server.
...

Metadata

Metadata

Assignees

Labels

area-data sciencebugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions