Skip to content

Commit

Permalink
Merge pull request ipython#3315 from urielshaolin/patch-1
Browse files Browse the repository at this point in the history
Update sympy_printing extension load

Change 

%loaf_ext sympyprinting
to
%load_ext sympy.interactive.ipythonprinting
  • Loading branch information
minrk committed May 13, 2013
2 parents f017a65 + 9872c04 commit ec67d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/notebooks/SymPy Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
"%load_ext sympyprinting\n",
"%load_ext sympy.interactive.ipythonprinting\n",
"%pylab inline\n",
"\n",
"from __future__ import division\n",
Expand Down Expand Up @@ -655,4 +655,4 @@
"metadata": {}
}
]
}
}

0 comments on commit ec67d63

Please sign in to comment.