Atom-script: Selection based run for Python not working

Created on 2 Jun 2016  路  5Comments  路  Source: atom-community/atom-script

For some reason, I can't get the selection based run to work with Python 3.5.1 (Windows 10, Atom 1.7.4, script 3.7.3). Executing the entire file works fine but when selecting the entire file, it only executes the first line.
When I try to execute selections somewhere in the script, it only gives me the running time and no output (no error either).
I tried the same thing with R and it seems to work fine.
Any solutions would be super helpful, thanks!

Most helpful comment

For Python users, I highly recommend using Hydrogen which uses an IPython kernel underneath for an interactive session. I spend more time maintaining Hydrogen and nteract than I do this package.

All 5 comments

for me the same

Still the same issue on win10/Atom 1.11.2 / script 3.11.1

Same here Win10, Atom 1.12.3, Script 3.11.1
This Issue is the same as Issue #729

Still not working - Win 10, Atom 1.12.7, Script 3.13.0

Is there any information about the progress on this? Will it be fixed eventually? :see_no_evil:

For Python users, I highly recommend using Hydrogen which uses an IPython kernel underneath for an interactive session. I spend more time maintaining Hydrogen and nteract than I do this package.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ld000 picture ld000  路  6Comments

cmdshorty picture cmdshorty  路  5Comments

chenkangcrack picture chenkangcrack  路  5Comments

CHOW1997 picture CHOW1997  路  7Comments

GrantTarbell picture GrantTarbell  路  4Comments