DonJayamanne / vscodeJupyter

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

When Ipython console open, "Run selection/line in python console" execute only first line of selection #107

Open danieltomasz opened 6 years ago

danieltomasz commented 6 years ago

When Ipython console open "Run selection/line in python console" execute only first line of selection.

Environment data

VS Code version: Version 1.19.3 Jupyter Extension version:1.1.1 Python extension: 2018.0.1beta OS and version: Ubuntu 16.04 LTS

Actual behavior

"Run selection/line in python console" on code chunk insert and run only first line of selection in ipython console

Expected behavior

It should select and run all of the lines of selection.

Steps to reproduce:

DonJayamanne commented 6 years ago

Please could you provide some sample code