Wednesday, 15 August 2012

python - IPython no subprocess -



python - IPython no subprocess -

i'm new ipython i've programmed lot in idle. using python "turtle" module in windows, turtle graphics window freezes until start "no subprocess." matter of adding "-n" shortcut. how can in ipython notebook? it's freezing again.

i'm using winpython. haven't found references online problem in ipython yet. in advance!

if utilize turtle module ordinary ipython console should work fine (the same single python process).

ipython notebook has no "no subprocess" alternative -- web browser doesn't execute python code (by default) hence ipython notebook uses server python process run python code.

to execute python code in browser, utilize skulpt e.g., how think computer scientist learning python: interactive edition 2.0. skulpt supports turtle module.

python subprocess ipython-notebook turtle-graphics

No comments:

Post a Comment