Aaron Munger

Results 218 comments of Aaron Munger

feels pretty responsive at this point, closing as stale

closing for lack of votes. There are downsides to implementing this since the intellisense would no longer be accurate for the script on its own, i.e. restarting the kernel could...

closing in favor of https://github.com/microsoft/vscode-jupyter/issues/273

I think a snippet would accomplish the same thing as the `jupyter.insertCellBelowPosition` command. This was just asking for a command both adds and removes a cell marker

haven't heard any other complaints about this, closing.

It looks like the only time we send code to the IW is when a `# %%` cell is in the file or when `jupyter.sendSelectionToInteractiveWindow` is enabled (it's off by...

closing as most of this looks completed, please open a new issue for any remaining concerns

@chmielcode - are you still seeing this issue? No one on the team has experienced this but we can still try and look for race conditions that might cause this...

@GitHunter0 - it is possible to enable the `jupyter.execSelectionInteractive` keybinding for other editors by removing the `editorLangId == 'python'` part of the "when" clause. It's not officially supported and we...