8000 Notebook tweaks. · masteringmatplotlib/architecture@61ad69b · GitHub
[go: up one dir, main page]

Skip to content

Commit 61ad69b

Browse files
committed
Notebook tweaks.
1 parent de75e8e commit 61ad69b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

notebooks/mmpl-arch.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
},
2828
"outputs": [],
2929
"source": [
30-
"import os\n",
3130
"import matplotlib\n",
3231
"matplotlib.use('nbagg')\n",
3332
"%matplotlib inline"
@@ -58,7 +57,6 @@
5857
"import urllib.request\n",
5958
"\n",
6059
"import matplotlib.pyplot as plt\n",
61-
"\n",
6260
"from IPython.core.display import Image \n",
6361
"\n",
6462
"from pycallgraph import Config \n",
@@ -1726,7 +1724,7 @@
17261724
" plt.show()\n",
17271725
"\n",
17281726
"tracer = trace.Trace(countfuncs=1, countcallers=1)\n",
1729-
"_ = tracer.runfunc(plotit)\n"
1727+
"_ = tracer.runfunc(plotit)"
17301728
]
17311729
},
17321730
{

0 commit comments

Comments
 (0)
0