# 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: https://github.com/jupyter/notebook/pull/4835 ### Your Jupyter and/or Python environment VS Code latest, mac OS 10.15