Can you open a Python shell in Atom editor?
问题 You can open multiple tabs in the Atom editor, and have a multiple column layout as well. However, I am not being able to find out how to open a Python shell inside Atom so that I can load a Python script in the Python interactive shell. Does anyone know the steps to achieve this? 回答1: The script package is likely what you want, it allows you to test your code by running part or all of it at a time: You can install it by opening the settings view with Ctrl - , switching to the Install panel