Last active
June 15, 2018 04:40
-
-
Save freedomtowin/028da4a3546ee84625d255d8565bd602 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from ipyparallel import Client | |
rc = Client(profile='default') | |
dview = rc[:] | |
dview.block = True | |
with dview.sync_imports(): | |
#for some reason, aliases cannot be use | |
import numpy | |
import scipy | |
kml = kernelml.KernelML() | |
kml.use_ipyparallel(dview) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment