DonJayamanne / vscodeJupyter

Jupyter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter
MIT License
334 stars 34 forks source link

provide option to disable results window #113

Closed shelper closed 6 years ago

shelper commented 6 years ago

Environment data

VS Code version: Jupyter Extension version: OS and version:

Logs

Output from Jupyter output panel

Output from Console window (Help->Developer Tools menu)

Actual behavior

when run cell, results window automatically opens and shows the results

Expected behavior

provide option to disable results window, so that i can have a console running on the side to show the results. some times it is more efficient

Steps to reproduce:

-

DonJayamanne commented 6 years ago

Closing as this disables the entire purpose of the extension

shelper commented 6 years ago

i am confused. i think i still want the capability to mark the cell, click to run the cell, and i can have a ipython shell that connects to the kernel to show the results rather than using a results tab in vscode. it does not disable the entire purpose, or maybe i missed something...