vscode-jupyter icon indicating copy to clipboard operation
vscode-jupyter copied to clipboard

VS Code Jupyter extension

Results 736 vscode-jupyter issues
Sort by recently updated
recently updated
newest added

Review the organization of the debugger code. https://github.com/microsoft/vscode-jupyter/wiki/Source-Code-Organization Could include https://github.com/microsoft/vscode-jupyter/issues/10638 and linked issues Also see https://github.com/microsoft/vscode-jupyter/issues/7057

bug
notebook-debugging
interactive-window-debugging
triage-needed

Follow up item of https://github.com/microsoft/vscode-jupyter/pull/10785#issuecomment-1182646829 Currently the interactive window is created in an asynchronous fashion (due to the [async kernel detection](https://github.com/microsoft/vscode-jupyter/blob/b8f5974a47b8e43e972aa876bacf5e302f17eedd/src/interactive-window/interactiveWindowProvider.ts#L201-L202)), there is a chance of race condition (`InteractiveWindowProvider._windows` still...

interactive-window
debt
discuss-at-standup

…t plain .py files dont get duplicate results in api calls to onHover etc. Fixes # https://github.com/microsoft/pylance-release/issues/3027 - [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated...

### Discussed in https://github.com/microsoft/vscode-jupyter/discussions/10769 Originally posted by **RafalSkolasinski** July 11, 2022 In normal Jupyter Notebook or Jupyter Lab one can hit ``` + ``` to set e.g. top level or...

enhancement
notebook-keybinding

### Discussed in https://github.com/microsoft/vscode-jupyter/discussions/10767 Originally posted by **Guseyn013** July 11, 2022 In jupyter notebook there is a keyboard shortcut to interrupt kernel by pressing "I" button twice in command mode....

enhancement
notebook-keybinding

Issue Type: Bug 1. Open a notebook 1. Edit a markdown notebook cell 1. In the cell, trigger path suggestions: ```md [](./|) ``` 4. With completions showing, hold down shift...

bug
notebook-keybinding

The when clauses for notebook editor keybindings are getting too long to easily parse. Per @IanMatthewHuff we should create our own meta context keys so we can express the conditions...

engineering
notebook-keybinding

I downloaded a vscode before, then I downloaded anaconda. And I found anaconda is very useful, especially jupyter, so I want to combine its function with vscode. I have tried...

bug
interactive-window
notebook-import-export