guoci / pycharm-smart-execute

PyCharm plugin to execute python code
https://plugins.jetbrains.com/plugin/11945-python-smart-execute
GNU General Public License v3.0
9 stars 1 forks source link
code-editor ide intellij intellij-plugin jetbrains python

Python Smart Execute

Downloads Rating Version

Python Smart Execute is a PyCharm plugin for an alternative to “Execute Line in Console”.

It automatically determines the number of lines to be sent to the Python console.

keyboard shortcut: alt shift A.

This is plugin implementation of the following PyCharm pull request.

JetBrains feature request: https://youtrack.jetbrains.com/issue/PY-38919

When editing Python code, execute a top level code block with "Execute cell in console".

For IDEs with Jupyter notebook support, this executes a cell in the Python console.

keyboard shortcut: alt shift E.

demonstration