vscode-jupyter
vscode-jupyter copied to clipboard
VS Code Jupyter extension
1. Run some cells with a plot in the interactive window 2. See that the plot viewer works 3. Save as a notebook Expected: plot can still be open Actual:...
The drive to add locked editor groups was driven by terminals being supported in editor windows. Users were frustrated that terminals were easily overlapped by newly opened files. Same arguments...
This bug from over a year ago is still present. https://github.com/microsoft/vscode-jupyter/issues/1837 This issue has been closed and locked because a work around was suggested. However the work around only prevents...
1. Create interactive window 2. Run some code in it 3. Export to Jupyter notebook 4. Open in editor. Leave the notebook open 5. Open interactive window on top of...
Include #%% in executed code within Interactive window. (was: New notebook-style usability issues)
Issue Type: Feature Request Hello. After upgrading to VSCode 1.59.1 I have issues with the new notebook format. I mostly use .py files and interactive iPython panel. Latest update broke...
When selecting "Jupyter: Run Current File in Interactive Window", the contents of the file are run in the window. This will not allow the __file__ parameter, __init___.py files nor the...
## Environment data - Version: 1.60.0-insider - Commit: 7c25c174726ab969db3f99058cdf24bcfae1cfbe - Date: 2021-08-11T05:13:17.497Z - Jupyter Extension version (available under the Extensions sidebar): v2021.8.2025984474 - Python Extension version (available under the Extensions...
Issue Type: Bug --- 1. Open some `.py` file 2. Output something into `Interactive-1` window 3. Open command pallete (`Ctrl + Shift + P`) from `.py` file 4. Apply `Jupyter:...
Testing microsoft/vscode#129288 Repro steps: 1. Open a file A, set a breakpoint, and debug a cell in that file. Press the red button to stop debugging. 2. Open a file...
Open a folder Open a python file with cells Click run cell For 5 seconds or so there's no response and then I get the Kernel connection message and the...