Bug: Notebook Editor, Interactive Window, Python Editor cells
Steps to cause the bug to occur
- Run anything in the python interactive window
- Go to http://localhost:8888 (or whatever a jupyter host would do on your machine)
- 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