10000 Adding ability to click to go to cell / line in Jupyter Notebooks like currently exists in normal scripts · Issue #18202 · microsoft/vscode-python · GitHub
[go: up one dir, main page]

Skip to content
Adding ability to click to go to cell / line in Jupyter Notebooks like currently exists in normal scripts #18202
Closed
@milanleonard

Description

@milanleonard

I will explain this through example as it's easiest. When I run a linter, say flake8 over a .py file, it gives me a list of issues with the associated place that the issue is located using filename.py:linenum:charnum, which I can then click on to take my cursor to that exact location

image

When I run the same tool over a notebook, I get a similar information. However, whilst I can ctrl+click the filename.ipynb:cell_num:line_num_within_cell:charnum, I get no such results as shown at the bottom.

image

image

I am requesting that VS Code recognize the cell_num aspect of these tools to allow for quickly going to the right location. Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0