Skip to content

Commit

Permalink
Merge pull request #3172 from ogrisel/missing-import
Browse files Browse the repository at this point in the history
Add missing import in IPython parallel magics example
  • Loading branch information
minrk committed Apr 13, 2013
2 parents 8888524 + ff6ab0d commit 25beeea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/parallel/Parallel Magics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 2
"outputs": []
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -461,13 +460,13 @@
"collapsed": false,
"input": [
"%%px --local\n",
"import os\n",
"thispid = os.getpid()\n",
"print thispid"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 5
"outputs": []
}
],
"metadata": {}
Expand Down

0 comments on commit 25beeea

Please sign in to comment.