vscode-jupyter-python
vscode-jupyter-python copied to clipboard
Run automatically-inferred Python code blocks in the VS Code Jupyter extension
this warning happens when running shift+enter on the last line of a text editor. Presumably I'm trying to set a line one after what exists in the editor
First congratulations for this highly useful extension, I've been looking for this for quite a long time. In RStudio, we can run the block with cursor in any position, not...
I believe the extension is not currently being able to propperly infer the code block.Also behaves differently in MacOS (creates lew line in editor) vs. Ubuntu (runs line, but fails...
The code I provided in (#6) is a fix after installing the extension, users can modify run-code.js in .vscode to solve the problem. I considered four cases 1. The last...
@kylebarron is it possible to have VS Code automatically switch to the corresponding interactive window when a user clicks on the python file in the editor. or when a user...
First thanks for creating this package! It works perfectly most of the time, but I found a problem in identifying decorators for functions. An illustrative example would be like ```python...
https://code.visualstudio.com/api/working-with-extensions/testing-extension
Hi, after a new installation of the extension, I had to remove and re-assign the keyboard shortcuts to make them work. Removing other shortcuts with the same keybind didn't help...