Skip to content

Instantly share code, notes, and snippets.

@intv0id
Last active November 25, 2017 23:44
Show Gist options
  • Save intv0id/87e029d99e1097af386dde1a2535ba02 to your computer and use it in GitHub Desktop.
Save intv0id/87e029d99e1097af386dde1a2535ba02 to your computer and use it in GitHub Desktop.
[Ipython parallel] #Python #Jupyter #Notebook
import ipyparallel as ipp
c = ipp.Client()
c.ids
c[:].apply_sync(lambda : "Hello, World")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment