vscode-jupyter
vscode-jupyter copied to clipboard
VS Code Jupyter extension
Testing microsoft/vscode#129288 With the python extension installed you have the run icon in the top right. With an interactive window opened I expected the interactive cells to get executed there....
Python interactive is very powerful and easy to use in vscode. The command palette in the python interactive window already supports Jupyter runtime completion, which can automatically complete the column...
### Applies To - [ ] Notebooks (.ipynb files) - [X] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? I start VS code with some...
1. open a python file without having an active IW open 2. execute the cell from the file ``` # %% print(n) ``` 3. After the IW is created and...
1. go to insiders.vscode.dev and connect to a remote jupyter server 2. start an IW and run a cell to connect to a kernel 3. restart the kernel result: The...
If you try to create an IW without the Python extension installed and haven't specified a remote connection, we will display a prompt saying that the Python extension is required....
[interactive-window] "Create Interactive Window" command does not open in the current work directory
## Environment data - VS Code version: 1.67.0 (user setup) - Jupyter Extension version: v2022.4.1001271738 - Python Extension version: v2022.6.0 - OS: Windows 11 - Python version: 3.7.3 - Type...
### Applies To - [ ] Notebooks (.ipynb files) - [X] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? When I try to "Run current...
From a marketplace review (From: Not Specified on 3/18/2022). Here's the relevant comment: "Speaking of that interactive editor/terminal, it is the worst feature I have encountered in VS Code. First...
From a marketplace review (From: Not Specified on 3/18/2022). Here's the relevant comment: "It's bad enough to get interrupted because you were just trying to insert a line feed like...