Open JackCaster opened 6 years ago
The Python extension for Visual Studio Code add the command Run Selection\Line in Python Terminal. The VS Code Jupyter extension add to the menu the command Run Selection\Line, which is a bit unclear (see below).
Run Selection\Line in Python Terminal
Run Selection\Line
I would suggest to change the command to something like Run Selection\Line in a Jupyter Kernel in https://github.com/DonJayamanne/vscodeJupyter/blob/80b9db400f4e24f7092784d2cb1b8dfc260cc9af/package.json#L68
Run Selection\Line in a Jupyter Kernel
The Python extension for Visual Studio Code add the command
Run Selection\Line in Python Terminal
. The VS Code Jupyter extension add to the menu the commandRun Selection\Line
, which is a bit unclear (see below).I would suggest to change the command to something like
Run Selection\Line in a Jupyter Kernel
in https://github.com/DonJayamanne/vscodeJupyter/blob/80b9db400f4e24f7092784d2cb1b8dfc260cc9af/package.json#L68