You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried to work through basic examples in Jupyter notebook using Skulpt Python kernel. import turtle triggers the error ExternalError: TypeError: target is null on line 1 and import processing triggers the error message ImportError: Failed to load remote module 'processing' on line 1
then went back and tried to install by cloning skulpt_python and running python setup.py install, but that didn't make any difference
Again, I'm on:
Windows 8.1 Enterprise
Notebook server 4.1.0
Python 2.7.11
Anaconda 2.5.0 (64-bit)
I believe I already have Metakernel, and Calysto installed via pip.
pip install --upgrade skulpt_pythonas revised at close of issue Installation problem - version requirement #3import turtletriggers the errorExternalError: TypeError: target is null on line 1andimport processingtriggers the error messageImportError: Failed to load remote module 'processing' on line 1python setup.py install, but that didn't make any differenceAgain, I'm on:
Windows 8.1 Enterprise
Notebook server 4.1.0
Python 2.7.11
Anaconda 2.5.0 (64-bit)
I believe I already have Metakernel, and Calysto installed via pip.
Thanks again!