In Jupyter Lab, execute editor code in Python console
问题 In Jupyter Lab, I want to send code from the editor to the Python console for execution, preferably with a keyboard shortcut. The documentation doesn't seem to offer a way to do this, but it's such a fundamental aspect of an IDE that I imagine it's probably possible. 回答1: This feature has been released now. All you need to do is Right click the script and create a console editor Copy the whole code and press shift + Enter 回答2: This is planned as a feature for the 1.0 release. See https:/