Skip to content

Python Interactive Window starts up Jupyter server listening on localhost, open to all #2777

@nimish

Description

@nimish

Bug: Notebook Editor, Interactive Window, Python Editor cells

Steps to cause the bug to occur

  1. Run anything in the python interactive window
  2. Go to http://localhost:8888 (or whatever a jupyter host would do on your machine)
  3. Mess about with a jupyter server listening on localhost

Actual & Expected behavior

Actual: It's not a great idea to spin up a globally-listening server that can execute arbitrary code as a side effect of an IDE

Expected: the jupyter server is accessed using UNIX domain sockets/ whatever NT uses: jupyter/notebook#4835

Your Jupyter and/or Python environment

VS Code latest, mac OS 10.15

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