Skip to content

Commit

Permalink
fix animation_tools_demo.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Jan 26, 2023
1 parent 6ec72d7 commit e8572ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/visclaw/animation_tools_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pylab inline"
"%matplotlib inline"
]
},
{
Expand All @@ -56,6 +56,7 @@
"metadata": {},
"outputs": [],
"source": [
"from pylab import *\n",
"from __future__ import print_function\n",
"from ipywidgets import interact, interact_manual\n",
"import ipywidgets\n",
Expand Down

0 comments on commit e8572ea

Please sign in to comment.